Sha256: a011dce320f781507fb168bd629bf727a36db965e3270ae11653dbb24c62ef66
Contents?: true
Size: 408 Bytes
Versions: 5
Compression:
Stored size: 408 Bytes
Contents
/* =Tablet and Desktop -----------------------------------------------------------------------------*/ @media (min-width: 768px) { .desktop-hide { display: none; } } /* =Mobile (Portrait) -----------------------------------------------------------------------------*/ @media only screen and (max-width: 767px) { .mobile-text-centered { text-align: center; } .mobile-hide { display: none; } }
Version data entries
5 entries across 5 versions & 1 rubygems