[CSS] Hotfix: font was too small for mobile devices.

This commit is contained in:
Eliseu Amaro 2021-08-18 19:33:51 +01:00 committed by Diogo Peralta Cordeiro
parent 978e9443a5
commit 45f96f5ec9
Signed by: diogo
GPG Key ID: 18D2D35001FBFAB0
1 changed files with 0 additions and 3 deletions

View File

@ -7,9 +7,6 @@ s {
}
@media screen and (max-width: 600px) {
body, html {
font-size: 0.9rem !important;
}
header {
all: unset !important;
z-index: 1 !important;