Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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


Expand
titleScreenshots for fix

...