Sha256: 83ed25505d080b72d482dda8282eb397f6f9af0bed3d933d0bb40808e94e9133
Contents?: true
Size: 379 Bytes
Versions: 10
Compression:
Stored size: 379 Bytes
Contents
// PORTRAIT TABLET TO DEFAULT DESKTOP // ---------------------------------- @media (min-width: 768px) and (max-width: 979px) { // Fixed grid @include grid-core(42px, 20px); // Fluid grid @include grid-fluid(5.801104972%, 2.762430939%); // Input grid @include grid-input(42px, 20px); // No need to reset .thumbnails here since it's the same $gridGutterWidth }
Version data entries
10 entries across 10 versions & 1 rubygems