made basic responsiveness

This commit is contained in:
SilicoFlare
2023-04-02 01:10:32 +05:30
committed by GitHub
parent 8f9ccad992
commit af1048ae79

View File

@@ -89,17 +89,17 @@ header {
} }
.bigtext { .bigtext {
font-size: 100px; font-size: 7vw;
text-align: center; text-align: center;
} }
.si { .si {
font: 100px SilicoHand; font: 7vw SilicoHand;
color: #7f00ff; color: #7f00ff;
} }
.f { .f {
font: 100px SilicoHand; font: 7vw SilicoHand;
color: orangered; color: orangered;
} }
@@ -109,8 +109,8 @@ body {
} }
main { main {
font-size: 25px; font-size: 2vw;
padding: 0 35px; padding: 0 2.28vw;
} }
.centred { .centred {