2012-06-28 21:46:45 -07:00
|
|
|
//
|
|
|
|
// Responsive: Large desktop and up
|
|
|
|
// --------------------------------------------------
|
|
|
|
|
2012-03-22 21:54:54 -07:00
|
|
|
|
|
|
|
@media (min-width: 1200px) {
|
|
|
|
|
2012-08-28 13:33:06 -07:00
|
|
|
// Set the container width, and override it for fixed navbars in media queries
|
|
|
|
.container,
|
|
|
|
.navbar-fixed-top .container,
|
|
|
|
.navbar-fixed-bottom .container {
|
|
|
|
width: 1170px;
|
|
|
|
}
|
2012-03-22 21:54:54 -07:00
|
|
|
|
2012-08-28 13:33:06 -07:00
|
|
|
// Fixed grid
|
|
|
|
#grid > .core(@gridColumnWidth1200, @gridGutterWidth1200, @gridRowWidth1200);
|
2012-09-08 12:50:37 -07:00
|
|
|
#grid > .input(@gridColumnWidth1200, @gridGutterWidth1200, @gridRowWidth1200);
|
2012-03-22 21:54:54 -07:00
|
|
|
|
|
|
|
}
|