Sha256: 9c1af056ca104473a7bcb0fa063eb7d0a0fee2f790af851ec0652a54ff06e73b
Contents?: true
Size: 476 Bytes
Versions: 10
Compression:
Stored size: 476 Bytes
Contents
// PORTRAIT TABLET TO DEFAULT DESKTOP // ---------------------------------- @media (min-width: 768px) and (max-width: 979px) { // Fixed grid @include gridCore($gridColumnWidthTablet, $gridGutterWidthTablet); // Fluid grid @include gridFluid($fluidGridColumnWidthTablet, $fluidGridGutterWidthTablet); // Input grid @include gridInput($gridColumnWidthTablet, $gridGutterWidthTablet); // No need to reset .thumbnails here since it's the same $gridGutterWidth }
Version data entries
10 entries across 10 versions & 3 rubygems