Be more progressive!

This commit is contained in:
Quentin 2021-07-14 21:44:10 +02:00
parent 7d76cab5a9
commit 16207b843c
Signed by: quentin
GPG Key ID: A98E9B769E4FF428
1 changed files with 10 additions and 2 deletions

View File

@ -8,12 +8,20 @@ html {
--color-second: #ffc0ba80;
}
@media screen and (max-width: 499px) {
@media screen and (max-width: 799px) {
html {
font-size: 50%;
font-size: 55%;
}
}
@media screen and (max-width: 499px) {
html {
font-size: 45%;
}
}
body {
margin: 0px;
padding: 0px;