diff options
| author | Mark Otto <[email protected]> | 2011-10-16 19:12:33 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-10-16 19:12:33 -0700 |
| commit | c62a0239bd30a12e9f0d8c1e45f5818460e9df90 (patch) | |
| tree | bf389aba93dc6278d7196732dbfc3677d8d35b13 /lib | |
| parent | 1888511d676ced8f30743cc5b540f02257314bde (diff) | |
| download | bootstrap-c62a0239bd30a12e9f0d8c1e45f5818460e9df90.tar.xz bootstrap-c62a0239bd30a12e9f0d8c1e45f5818460e9df90.zip | |
update to responsive to fix new masthead
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/responsive.less | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/responsive.less b/lib/responsive.less index afd30f279..900df4c75 100644 --- a/lib/responsive.less +++ b/lib/responsive.less @@ -121,11 +121,10 @@ } -/* // LARGE DESKTOP & UP // ------------------ -@media (min-width: 1170px) { +@media (min-width: 1210px) { // Reset grid variables @gridColumns: 12; @@ -177,4 +176,3 @@ .offset12 { .offset(12); } } -*/
\ No newline at end of file |
