hidden-mobile important in main.css

This commit is contained in:
facundoolano 2024-03-13 16:18:09 -03:00
parent 9688ffcc36
commit eade40482d
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@ body {
@media screen and (max-width: 480px) {
.hidden-mobile {
display: none
display: none!important;
}
}

View file

@ -31,7 +31,7 @@ body {
@media screen and (max-width: 480px) {
.hidden-mobile {
display: none
display: none!important;
}
}