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 @@