From df78d39217206805fe3b279ab601c9ae455f0122 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 21 Nov 2015 18:55:38 +0000 Subject: [PATCH] Fixed header styles --- static/src/less/homepage.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/src/less/homepage.less b/static/src/less/homepage.less index 8953c58..7fa54a0 100644 --- a/static/src/less/homepage.less +++ b/static/src/less/homepage.less @@ -5,7 +5,7 @@ background-size: cover; background-position: fixed; .jumbotron { - margin-top: 5vh; + margin-top: 15vh; text-align: center; background-color: transparent; color: white; @@ -16,6 +16,7 @@ } .icon { cursor: pointer; + font-size: 30px; .transition(color 0.4s); &:hover { color: #ff7f00;