font tweak for mobile

im sorry this keeps happening, its the only way i can test it on a physical phone rather than an emulator
This commit is contained in:
Nye Evans 2020-12-31 14:34:10 +00:00
parent c71e8ec662
commit ce96f8ad94

View file

@ -25,7 +25,7 @@ h1, h2, h3{
} }
h1{ h1{
font-size: clamp(20px, 8vh, 70px); font-size: clamp(20px, 4vw, 170px);
padding-left: 6; padding-left: 6;
margin-left: 2vw; margin-left: 2vw;
@ -96,7 +96,7 @@ h2, h3{
border-radius: 0; border-radius: 0;
font-size: 1.3vw; font-size: 2.3vw;
} }
} }