1
0
Fork 0
forked from mirrors/hugo-tufte

fix(layout): Fix font size for page title

This commit is contained in:
slashformotion 2022-02-18 10:46:51 +01:00
commit c6bad82e27
2 changed files with 2 additions and 0 deletions
assets/scss/components

View file

@ -7,6 +7,7 @@ header.brand h1 {
margin: 0;
font-weight: 400;
color: rgba(65, 70, 75, 1);
font-size: 3em;
}
header.brand h2 {