Files
bootstrap/less/layouts-semifluid.less
2012-11-16 10:34:55 +01:00

12 lines
312 B
Plaintext

// Layouts
// Fixed-width and fluid (with sidebar) layouts
// --------------------------------------------
// Fluid container for small screens, fixed for big screens
.container-semifluid {
.container-fixed();
padding-left: @gridGutterWidth;
padding-right: @gridGutterWidth;
max-width: @gridRowWidth;
}