fix config setting, fix font size for h1 in article
This commit is contained in:
@ -241,6 +241,10 @@ a[href^="./"] {
|
||||
margin-top: 30vh;
|
||||
}
|
||||
|
||||
article > h1 {
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
header {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
Reference in New Issue
Block a user