mirror of
https://github.com/facundoolano/jorge.git
synced 2024-12-25 21:58:28 +01:00
hidden-mobile important in main.css
This commit is contained in:
parent
9688ffcc36
commit
eade40482d
2 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ body {
|
||||||
|
|
||||||
@media screen and (max-width: 480px) {
|
@media screen and (max-width: 480px) {
|
||||||
.hidden-mobile {
|
.hidden-mobile {
|
||||||
display: none
|
display: none!important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -31,7 +31,7 @@ body {
|
||||||
|
|
||||||
@media screen and (max-width: 480px) {
|
@media screen and (max-width: 480px) {
|
||||||
.hidden-mobile {
|
.hidden-mobile {
|
||||||
display: none
|
display: none!important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue