mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-13 00:50:59 +00:00
narrow homepage grid cols
This commit is contained in:
parent
c6d6135e26
commit
bce36ae026
3 changed files with 3 additions and 3 deletions
2
docs/assets/css/docs.min.css
vendored
2
docs/assets/css/docs.min.css
vendored
File diff suppressed because one or more lines are too long
Binary file not shown.
|
|
@ -142,10 +142,10 @@
|
|||
|
||||
@include media-breakpoint-up(md) {
|
||||
.col-sm-6:first-child {
|
||||
padding-right: ($grid-gutter-width * 2);
|
||||
padding-right: ($grid-gutter-width * 1.5);
|
||||
};
|
||||
.col-sm-6:last-child {
|
||||
padding-left: ($grid-gutter-width * 2);
|
||||
padding-left: ($grid-gutter-width * 1.5);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue