...
| Code Block | ||||||
|---|---|---|---|---|---|---|
| ||||||
@media (min-width: 480.2px) {
.hide-in-desktop {
display: none !important;
}
.hide-in-mobile {
display: block !important;
max-height: none !important;
max-width: none !important;
font-size: inherit !important;
min-height: auto !important;
}
}
|
...