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! mobile!
</p> </p>
</section> </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> </main>
<script src="main.js" type="text/javascript" ></script> <script src="main.js" type="text/javascript" ></script>
</body> </body>

View File

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