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