Commit a9297c7a authored by Mark Otto's avatar Mark Otto

save and recompile for that last commit

parent 7e82ceb5
......@@ -4937,8 +4937,8 @@ a.list-group-item.active > .badge,
@media screen and (min-width: 768px) {
.jumbotron {
padding-top: 50px;
padding-bottom: 50px;
padding-top: 48px;
padding-bottom: 48px;
}
.container .jumbotron {
padding-right: 60px;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -4,8 +4,8 @@
.jumbotron {
padding: 30px;
margin-bottom: 30px;
padding: @jumbotron-padding;
margin-bottom: @jumbotron-padding;
font-size: (@font-size-base * 1.5);
font-weight: 200;
line-height: (@line-height-base * 1.5);
......@@ -25,12 +25,12 @@
}
@media screen and (min-width: @screen-tablet) {
padding-top: 50px;
padding-bottom: 50px;
padding-top: (@jumbotron-padding * 1.6);
padding-bottom: (@jumbotron-padding * 1.6);
.container & {
padding-left: 60px;
padding-right: 60px;
padding-left: (@jumbotron-padding * 2);
padding-right: (@jumbotron-padding * 2);
}
h1 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment