fix config setting, fix font size for h1 in article
This commit is contained in:
parent
3a98c8b554
commit
48d01810c4
4 changed files with 7 additions and 4 deletions
|
@ -241,6 +241,10 @@ a[href^="./"] {
|
|||
margin-top: 30vh;
|
||||
}
|
||||
|
||||
article > h1 {
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
header {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue