Top section looks OK.
This commit is contained in:
parent
e8e32c1ab5
commit
c236eda992
2 changed files with 16 additions and 11 deletions
|
@ -13,7 +13,7 @@
|
||||||
{% block body %}
|
{% block body %}
|
||||||
|
|
||||||
<div class="homepage-block-bg website-background"></div>
|
<div class="homepage-block-bg website-background"></div>
|
||||||
<div class="jumbotron homepage-block dark shallow">
|
<div class="jumbotron homepage-block dark smaller">
|
||||||
|
|
||||||
|
|
||||||
<div class="homepage-block-bg hphbg"></div>
|
<div class="homepage-block-bg hphbg"></div>
|
||||||
|
@ -26,9 +26,9 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h1 class="homepage-title">North Bay<br/>
|
<h1 class="homepage-title">North Bay<br/>
|
||||||
Python</h1>
|
Python
|
||||||
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h2 class="homepage-subtitle text-center">
|
<h2 class="homepage-subtitle text-center">
|
||||||
<span class="wrap-break">A one-track Python conference,</span> <span class="wrap-break">north of the Golden Gate.</span><br/>
|
<span class="wrap-break">A one-track Python conference,</span> <span class="wrap-break">north of the Golden Gate.</span><br/>
|
||||||
|
|
|
@ -123,6 +123,7 @@ body.auth .panel-heading .panel-title span.pull-right {
|
||||||
|
|
||||||
|
|
||||||
$homepage-block-min-height: 480px;
|
$homepage-block-min-height: 480px;
|
||||||
|
$homepage-block-smaller-min-height: 360px;
|
||||||
|
|
||||||
.homepage-block {
|
.homepage-block {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
|
@ -138,6 +139,10 @@ $homepage-block-min-height: 480px;
|
||||||
min-height: 0px;
|
min-height: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.smaller {
|
||||||
|
min-height: $homepage-block-smaller-min-height;
|
||||||
|
}
|
||||||
|
|
||||||
.sponsor {
|
.sponsor {
|
||||||
$sponsor-height: 150px;
|
$sponsor-height: 150px;
|
||||||
@include make-xs-column(6);
|
@include make-xs-column(6);
|
||||||
|
@ -197,12 +202,12 @@ $homepage-block-min-height: 480px;
|
||||||
|
|
||||||
|
|
||||||
.homepage-block-content-cloudsep {
|
.homepage-block-content-cloudsep {
|
||||||
min-height: ($homepage-block-min-height - 140px);
|
min-height: ($homepage-block-smaller-min-height - 40px);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.homepage-block-bloop {
|
.homepage-block-bloop {
|
||||||
min-height: 140px;
|
min-height: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue