From 70bf0d22bdd93a21e2aab9f2e003045d2de33252 Mon Sep 17 00:00:00 2001 From: Nick Krichevsky <nick@ollien.com> Date: Sun, 28 Oct 2018 21:32:21 -0400 Subject: [PATCH] Increase weight of info in header --- static/css/style.css | 8 ++++++++ templates/index.html | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 54be33b..a3ce04c 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -63,6 +63,14 @@ p { } } +#tagline { + font-weight: 600; +} + +#event-info { + font-weight: 400; +} + #registration-banner { min-height: 100px; max-height: 150px; diff --git a/templates/index.html b/templates/index.html index c2348c3..831a2f3 100755 --- a/templates/index.html +++ b/templates/index.html @@ -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>