Change padding to only be on info rows in footer

This commit is contained in:
Nick Krichevsky 2018-12-08 21:26:34 -05:00
parent 4b5946b4fc
commit b988b7669f
2 changed files with 6 additions and 7 deletions

View file

@ -157,7 +157,7 @@ footer.page-footer {
font-size: 110px; font-size: 110px;
} }
footer { .footer-info {
padding: 10px; padding: 10px;
} }

View file

@ -150,16 +150,16 @@
</div> </div>
</div> </div>
<footer class="page-footer red darken-2"> <footer class="page-footer red darken-2">
<div class="row"> <div class="footer-info row">
<h5 class="white-text">Interested in Sponsoring or Co-Sponsoring?</h5> <h5 class="white-text">Interested in Sponsoring or Co-Sponsoring?</h5>
<div class="col l6 s12"> <div class="col l6 s12">
<p class="grey-text text-lighten-4">For any inquiries regarding sponsoring the event as a company or co-sponsoring the event as an on campus club, please email <a class="white-text" href="mailto:hack@wpi.edu?subject=[Hackathon]" target="_top"><u>hack@wpi.edu</u></a>, and we will happily discuss it with you!</p> <p class="grey-text text-lighten-4">For any inquiries regarding sponsoring the event as a company or co-sponsoring the event as an on campus club, please email <a class="white-text" href="mailto:hack@wpi.edu?subject=[Hackathon]" target="_top"><u>hack@wpi.edu</u></a>, and we will happily discuss it with you!</p>
</div> </div>
</div> </div>
<div class="row"> <div class="footer-info row">
<h4 class="white-text">FAQ</h4> <h4 class="white-text">FAQ</h4>
</div> </div>
<div class="row"> <div class="footer-info row">
<div class="col l6 s6"> <div class="col l6 s6">
<h5 class="white-text">Who is coming?</h5> <h5 class="white-text">Who is coming?</h5>
<p class="grey-text text-lighten-4">We're expecting 200 hackers from all over New England to attend!</p> <p class="grey-text text-lighten-4">We're expecting 200 hackers from all over New England to attend!</p>
@ -167,8 +167,7 @@
<h5 class="white-text">Who can attend?</h5> <h5 class="white-text">Who can attend?</h5>
<p class="grey-text text-lighten-4">All students are welcome! However, we cannot grant prizes to students under 18. They are still more than welcome to attend!</p> <p class="grey-text text-lighten-4">All students are welcome! However, we cannot grant prizes to students under 18. They are still more than welcome to attend!</p>
</div> </div>
</div> <div class="footer-info row">
<div class="row">
<div class="col l6 s6"> <div class="col l6 s6">
<h5 class="white-text">Will there be travel reimbursements?</h5> <h5 class="white-text">Will there be travel reimbursements?</h5>
<p class="grey-text text-lighten-4">Sadly, we cannot provide reimbursements for travel. The event, however, doesn't cost a thing!</p> <p class="grey-text text-lighten-4">Sadly, we cannot provide reimbursements for travel. The event, however, doesn't cost a thing!</p>
@ -178,7 +177,7 @@
<p class="grey-text text-lighten-4">Doesn't matter! We'll have plenty of mentors from sponsoring companies, as well as workshops throughout the weekend!</p> <p class="grey-text text-lighten-4">Doesn't matter! We'll have plenty of mentors from sponsoring companies, as well as workshops throughout the weekend!</p>
</div> </div>
</div> </div>
<div class="row"> <div class="footer-info row">
<div class="col l6 s6"> <div class="col l6 s6">
<h5 class="white-text">What should I bring?</h5> <h5 class="white-text">What should I bring?</h5>
<p class="grey-text text-lighten-4">Bring your laptop, chargers, a sleeping bag, and whatever else you need to make yourself comfortable. Food is provided. </p> <p class="grey-text text-lighten-4">Bring your laptop, chargers, a sleeping bag, and whatever else you need to make yourself comfortable. Food is provided. </p>