35 lines
306 B
CSS
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;
|
|
}
|