Change <h1> size on mobile

This commit is contained in:
Thomas Smith 2022-10-18 00:08:28 -04:00
parent 8cdfb9f212
commit a4fafcfe32
2 changed files with 2 additions and 2 deletions

View file

@ -355,7 +355,7 @@ mark{
background-position: top; background-position: top;
background-repeat: repeat-y; background-repeat: repeat-y;
background-size: cover; background-size: cover;
padding-top: 16vw; padding-top: 17.5vw;
padding-bottom: 21vw; padding-bottom: 21vw;
border: 1px solid #949494; border: 1px solid #949494;
} }

View file

@ -221,7 +221,7 @@ li{
@media only screen and (max-width: 576px) { @media only screen and (max-width: 576px) {
h1{ h1{
font-size: 21.5vw; font-size: 16vw;
line-height: 20.4vw; line-height: 20.4vw;
} }