Fixes #14979: Override .jumbotron padding within .container-fluid to match .container
This commit is contained in:
parent
2862c30320
commit
8fbb2bbbd1
9 changed files with 12 additions and 9 deletions
3
docs/dist/css/bootstrap.css
vendored
3
docs/dist/css/bootstrap.css
vendored
|
|
@ -4675,7 +4675,8 @@ a.list-group-item.active > .badge,
|
|||
.jumbotron {
|
||||
padding: 48px 0;
|
||||
}
|
||||
.container .jumbotron {
|
||||
.container .jumbotron,
|
||||
.container-fluid .jumbotron {
|
||||
padding-right: 60px;
|
||||
padding-left: 60px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue