Files
sage/css/less/responsive-768px-979px.less
tricil 51518c3eb2 update bootstrap to 2.0.3
single commit this time
2012-04-24 19:23:32 -04:00

18 lines
364 B
Plaintext
Executable File

// PORTRAIT TABLET TO DEFAULT DESKTOP
// ----------------------------------
@media (min-width: 768px) and (max-width: 979px) {
// Fixed grid
#grid > .core(42px, 20px);
// Fluid grid
#grid > .fluid(5.801104972%, 2.762430939%);
// Input grid
#grid > .input(42px, 20px);
// No need to reset .thumbnails here since it's the same @gridGutterWidth
}