mirror of
https://github.com/jasny/bootstrap.git
synced 2026-01-22 20:57:58 -05:00
Added support for semifluid layouts
This commit is contained in:
12
less/jasny/layouts-semifluid.less
Normal file
12
less/jasny/layouts-semifluid.less
Normal file
@@ -0,0 +1,12 @@
|
||||
//
|
||||
// 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;
|
||||
}
|
||||
7
less/jasny/layouts-semifluid.responsive.less
Normal file
7
less/jasny/layouts-semifluid.responsive.less
Normal file
@@ -0,0 +1,7 @@
|
||||
// RESPONSIVE CLASSES
|
||||
// ------------------
|
||||
|
||||
// Semi-fluid container can grow up to size for big desktops
|
||||
.container-semifluid {
|
||||
max-width: 1170px;
|
||||
}
|
||||
Reference in New Issue
Block a user