mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
save and recompile for that last commit
This commit is contained in:
Vendored
+2
-2
@@ -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;
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+6
-6
@@ -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