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:
parent
c71e8ec662
commit
ce96f8ad94
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue