Reorganized file structure

Moved app.css and index.css into the css folder.
This commit is contained in:
2025-07-10 08:11:24 -07:00
parent 24e36c1294
commit f293e14ed1
3 changed files with 1 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
#root {
max-width: 1280px;
margin: 0 auto;
padding: 2rem;
text-align: center;
}
+4
View File
@@ -0,0 +1,4 @@
:root {
font-family: Georgia, 'Times New Roman', Times, serif;
color: #19332D;
}