Advertisement
Juc1

_example-panel-layout.scss

Mar 19th, 2014
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. // Span 11 columns, starting at the 1st column
  2. .panel-2col-stacked .panel-col-first {
  3. @include breakpoint($ipad-portrait){
  4. @include grid-span(11,1);
  5. }
  6. }
  7.  
  8. // Span 5 columns, starting at the 12th column
  9. .panel-2col-stacked .panel-col-last {
  10. @include breakpoint($ipad-portrait){
  11. @include grid-span(5,12);
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement