Dirk Dougherty | 541b494 | 2014-02-14 18:31:53 -0800 | [diff] [blame] | 1 | |
| 2 | /* ============================================================================= |
| 3 | Columns |
| 4 | ========================================================================== */ |
| 5 | /* Applied to body to debug layout alignments |
| 6 | .grid { |
| 7 | width:100%; |
| 8 | height:100%; |
| 9 | background:url(../images/grid.png) center repeat-y; |
| 10 | top:0px; |
| 11 | margin:auto; |
| 12 | position:absolute; |
| 13 | } |
| 14 | */ |
| 15 | |
| 16 | @media screen, projection, print { |
Dirk Dougherty | 0dc81b9 | 2015-12-08 14:49:52 -0800 | [diff] [blame] | 17 | .wrap { |
| 18 | max-width: none; |
| 19 | } |
Dirk Dougherty | 541b494 | 2014-02-14 18:31:53 -0800 | [diff] [blame] | 20 | } |