Increase weight of info in header
This commit is contained in:
parent
2bb4fc006e
commit
70bf0d22bd
2 changed files with 10 additions and 2 deletions
|
@ -63,6 +63,14 @@ p {
|
|||
}
|
||||
}
|
||||
|
||||
#tagline {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
#event-info {
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
#registration-banner {
|
||||
min-height: 100px;
|
||||
max-height: 150px;
|
||||
|
|
|
@ -4,11 +4,11 @@
|
|||
<div class="section no-pad-bot">
|
||||
<div class="container">
|
||||
<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">
|
||||
<h5 class="header col s12 light">An open for all WPI Hackathon, for both hardware and software!</h5>
|
||||
</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">
|
||||
<i class="small material-icons">today</i> January 18 - 20th, 2019
|
||||
</h5>
|
||||
|
|
Loading…
Add table
Reference in a new issue