new section
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user