Tidies up the homepage a bit

This commit is contained in:
Christopher Neugebauer 2017-08-12 19:02:32 -07:00
parent f119d1c49a
commit 9fc81a6188
2 changed files with 15 additions and 4 deletions

View file

@ -19,13 +19,17 @@
<div class="container homepage-block-content">
<h1>North Bay Python</h1>
<h2>A Python conference north of the Golden Gate</h2>
<div class="tight-headings">
<h1>North Bay Python</h1>
<h3>A Python conference north of the Golden Gate</h3>
</div>
<div class="bottom-align">
<h3>Petaluma, California</h3>
<h4><strong>2017 conference:</strong> 2 &amp; 3 December</h4>
<h4>Talk submissions close 29 September</h4>
<h4>
<strong>2017 conference:</strong> 2 &amp; 3 December <br/>
Talk submissions close 29 September
</h4>
<div style="height:0.5em;"></div>

View file

@ -148,6 +148,13 @@ body.reviews.voting-status {
box-shadow: $box-shadow;
}
.tight-headings {
h1, h2, h3, h4, h5, h6 {
margin: 0;
}
}
#hills {