mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
Fixes #14979: Override .jumbotron padding within .container-fluid to match .container
This commit is contained in:
Vendored
+2
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user