Files
gog_frontend/src/App.css
Deepak d6211d91e6
All checks were successful
gitea-deepak/gog_frontend/pipeline/head This commit looks good
Adds styling for unauthenticated app
2021-01-31 18:44:41 -06:00

15 lines
194 B
CSS

.App {
font: 14px "Century Gothic", Futura, sans-serif;
margin: 1rem;
}
.mainContent {
width: 80%;
margin: auto;
}
body {
background-color: rgb(250, 245, 242);
color: rgb(50, 50, 50);
}