new section

This commit is contained in:
Tommy Parnell
2018-12-01 19:21:27 -05:00
parent 66c976df27
commit 0c3d3b64e4
2 changed files with 5 additions and 1 deletions

View File

@@ -57,6 +57,10 @@
mobile!
</p>
</section>
<footer class="teamCard">
<h2>Contact us</h2>
<p>Need to talk with us? Looking for ways you can help, or sponsor us? Please <a href="mailto:tommy@terribledev.io">email us</a> and we will try to get back to you!</p>
</footer>
</main>
<script src="main.js" type="text/javascript" ></script>
</body>

View File

@@ -96,7 +96,7 @@ header {
& > section:nth-child(odd) {
@extend %dark;
}
& > section {
& > * {
min-height: 33vh; // atleast as tall as 33% of the view port
width: 100%;
display: flex;