scala-news-reader

rss/atom news reader in scala

git clone https://9o.is/git/scala-news-reader.git

responsive-768px-979px.less

(692B)


      1 //
      2 // Responsive: Tablet to desktop
      3 // --------------------------------------------------
      4 
      5 
      6 @media (min-width: 768px) and (max-width: 979px) {
      7 
      8   // Fixed grid
      9   #grid > .core(@gridColumnWidth768, @gridGutterWidth768);
     10 
     11   // Fluid grid
     12   #grid > .fluid(@fluidGridColumnWidth768, @fluidGridGutterWidth768);
     13 
     14   // Input grid
     15   #grid > .input(@gridColumnWidth768, @gridGutterWidth768);
     16 
     17   // No need to reset .thumbnails here since it's the same @gridGutterWidth
     18 
     19   
     20   body {
     21   	// editted by julio
     22     font-size: @baseFontSize * 0.95;
     23     line-height: @baseLineHeight * 0.95;
     24   }
     25 
     26   .marketing {
     27      font-size: @marketingFontSize * 0.95;
     28      line-height: @marketingLineHeight * 0.95;
     29    }
     30 
     31 }