Skip to content

Commit 4053922

Browse files
committed
Merge pull request twbs#16780 from rlindner81/fix/16779
Fixes twbs#16779: Add padding to jumbotron with outer container
2 parents 39d9bc9 + ba0ea92 commit 4053922

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

less/jumbotron.less

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
.container &,
2929
.container-fluid & {
3030
border-radius: @border-radius-large; // Only round corners at higher resolutions if contained in a container
31+
padding-left: (@grid-gutter-width / 2);
32+
padding-right: (@grid-gutter-width / 2);
3133
}
3234

3335
.container {

0 commit comments

Comments
 (0)