Reorganized file structure
Moved app.css and index.css into the css folder.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#root {
|
||||
max-width: 1280px;
|
||||
margin: 0 auto;
|
||||
padding: 2rem;
|
||||
text-align: center;
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
:root {
|
||||
font-family: Georgia, 'Times New Roman', Times, serif;
|
||||
color: #19332D;
|
||||
}
|
||||
Reference in New Issue
Block a user