2012-06-29 06:46:45 +02:00
|
|
|
//
|
|
|
|
// Responsive: Large desktop and up
|
|
|
|
// --------------------------------------------------
|
|
|
|
|
2012-03-23 05:54:54 +01:00
|
|
|
|
|
|
|
@media (min-width: 1200px) {
|
|
|
|
|
2012-08-28 22:33:06 +02: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-23 05:54:54 +01:00
|
|
|
|
2012-08-28 22:33:06 +02:00
|
|
|
// Fixed grid
|
|
|
|
#grid > .core(@gridColumnWidth1200, @gridGutterWidth1200, @gridRowWidth1200);
|
2012-09-08 21:50:37 +02:00
|
|
|
#grid > .input(@gridColumnWidth1200, @gridGutterWidth1200, @gridRowWidth1200);
|
2012-03-23 05:54:54 +01:00
|
|
|
|
|
|
|
}
|