1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 09:05:47 +02:00

Fixes #14979: Override .jumbotron padding within .container-fluid to match .container

This commit is contained in:
Mark Otto
2014-11-07 23:01:20 -08:00
parent 2862c30320
commit 8fbb2bbbd1
9 changed files with 12 additions and 9 deletions

View File

@@ -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;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long