mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-12 00:24:03 +02:00
save and recompile for that last commit
This commit is contained in:
4
dist/css/bootstrap.css
vendored
4
dist/css/bootstrap.css
vendored
@@ -4937,8 +4937,8 @@ a.list-group-item.active > .badge,
|
|||||||
|
|
||||||
@media screen and (min-width: 768px) {
|
@media screen and (min-width: 768px) {
|
||||||
.jumbotron {
|
.jumbotron {
|
||||||
padding-top: 50px;
|
padding-top: 48px;
|
||||||
padding-bottom: 50px;
|
padding-bottom: 48px;
|
||||||
}
|
}
|
||||||
.container .jumbotron {
|
.container .jumbotron {
|
||||||
padding-right: 60px;
|
padding-right: 60px;
|
||||||
|
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
|
|
||||||
.jumbotron {
|
.jumbotron {
|
||||||
padding: 30px;
|
padding: @jumbotron-padding;
|
||||||
margin-bottom: 30px;
|
margin-bottom: @jumbotron-padding;
|
||||||
font-size: (@font-size-base * 1.5);
|
font-size: (@font-size-base * 1.5);
|
||||||
font-weight: 200;
|
font-weight: 200;
|
||||||
line-height: (@line-height-base * 1.5);
|
line-height: (@line-height-base * 1.5);
|
||||||
@@ -25,12 +25,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: @screen-tablet) {
|
@media screen and (min-width: @screen-tablet) {
|
||||||
padding-top: 50px;
|
padding-top: (@jumbotron-padding * 1.6);
|
||||||
padding-bottom: 50px;
|
padding-bottom: (@jumbotron-padding * 1.6);
|
||||||
|
|
||||||
.container & {
|
.container & {
|
||||||
padding-left: 60px;
|
padding-left: (@jumbotron-padding * 2);
|
||||||
padding-right: 60px;
|
padding-right: (@jumbotron-padding * 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
Reference in New Issue
Block a user