Guest User

Untitled

a guest
Feb 25th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. //$row-width: rem-calc(1000);
  2.  
  3. $row-width: rem-calc(1920);
  4.  
  5. $large-breakpoint: em-calc(1440);
  6. $xlarge-breakpoint: em-calc(1920);
  7.  
  8. $include-xl-html-grid-classes: true;
  9. $include-xl-html-block-grid-classes: true;
  10.  
  11. <div class="row">
  12. <div class="xlarge-12 columns">content</div>
  13. </div>
  14.  
  15. <div class="row">
  16. <div class="large-10 xlarge-12 columns">content</div>
  17. </div>
Add Comment
Please, Sign In to add comment