All checks were successful
gitea-deepak/gog_frontend/pipeline/head This commit looks good
15 lines
194 B
CSS
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);
|
|
}
|