ravages/output/theme/css/main.css
2023-12-04 16:49:53 +01:00

35 lines
306 B
CSS

/* TODO :
* fonts
*
*/
h1 {
text-align: center;
}
h2 {
font-size: 2em;
line-height: initial;
}
#content, nav {
margin-right: 25%;
margin-left: 25%;
font-size: 1.5em;
line-height: 35px;
}
#about {
text-align: center;
}
.entry-title {
text-align: center;
}
nav {
display: flex;
}