All Downloads are FREE. Search and download functionalities are using the official Maven repository.

vendor.bootstrap.less.layouts.less Maven / Gradle / Ivy

The newest version!
//
// Layouts
// --------------------------------------------------


// Container (centered, fixed-width layouts)
.container {
  .container-fixed();
}

// Fluid layouts (left aligned, with sidebar, min- & max-width content)
.container-fluid {
  padding-right: @gridGutterWidth;
  padding-left: @gridGutterWidth;
  .clearfix();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy