SHOW:
|
|
- or go back to the newest paste.
| 1 | .row {
| |
| 2 | width: 100%; | |
| 3 | max-width: 1000px; | |
| 4 | min-width: 420px; | |
| 5 | margin: 0 auto; | |
| 6 | overflow: hidden; | |
| 7 | ||
| 8 | } | |
| 9 | .full-width, .row .full-width {
| |
| 10 | width: 100%; | |
| 11 | float: left; | |
| 12 | } | |
| 13 | .third, .half {
| |
| 14 | margin-right: 3.8%; | |
| 15 | float: left; | |
| 16 | min-height: 1px; | |
| 17 | overflow: hidden; | |
| 18 | } | |
| 19 | - | .third, .row .fourcol {
|
| 19 | + | .third, .row .third {
|
| 20 | width: 30.75%; | |
| 21 | } | |
| 22 | .half, .row .half {
| |
| 23 | width: 48%; | |
| 24 | } | |
| 25 | .last {
| |
| 26 | margin-right: 0px; | |
| 27 | } |