Increase weight of info in header

This commit is contained in:
Nick Krichevsky 2018-10-28 21:32:21 -04:00
parent 2bb4fc006e
commit 70bf0d22bd
2 changed files with 10 additions and 2 deletions

View file

@ -63,6 +63,14 @@ p {
} }
} }
#tagline {
font-weight: 600;
}
#event-info {
font-weight: 400;
}
#registration-banner { #registration-banner {
min-height: 100px; min-height: 100px;
max-height: 150px; max-height: 150px;

View file

@ -4,11 +4,11 @@
<div class="section no-pad-bot"> <div class="section no-pad-bot">
<div class="container"> <div class="container">
<br><br> <br><br>
<h2 class="header center red-text text-darken-2">Learn. Hack. Compete.</h2> <h2 id="tagline" class="header center red-text text-darken-2">Learn. Hack. Compete.</h2>
<div class="row center"> <div class="row center">
<h5 class="header col s12 light">An open for all WPI Hackathon, for both hardware and software!</h5> <h5 class="header col s12 light">An open for all WPI Hackathon, for both hardware and software!</h5>
</div> </div>
<div class="row center"> <div id="event-info" class="row center">
<h5 class="header col s6 m5 light" style="margin-top:0; float: left; display: block"> <h5 class="header col s6 m5 light" style="margin-top:0; float: left; display: block">
<i class="small material-icons">today</i> January 18 - 20th, 2019 <i class="small material-icons">today</i> January 18 - 20th, 2019
</h5> </h5>