fix config setting, fix font size for h1 in article

This commit is contained in:
Jacky Zhao 2021-12-23 14:40:59 -08:00
parent 3a98c8b554
commit 48d01810c4
4 changed files with 7 additions and 4 deletions

View file

@ -241,6 +241,10 @@ a[href^="./"] {
margin-top: 30vh;
}
article > h1 {
font-size: 2em;
}
header {
display: flex;
flex-direction: row;