mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-30 03:00:24 +00:00
Debug .container and .container-fluid
This commit is contained in:
parent
cb7f569262
commit
b5c5589a66
1 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@
|
|||
.container-fixed(@gutter: @grid-gutter-width) {
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
padding-left: (@gutter / 2);
|
||||
padding-right: (@gutter / 2);
|
||||
padding-left: floor((@gutter / 2));
|
||||
padding-right: ceil((@gutter / 2));
|
||||
&:extend(.clearfix all);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue