From 290c0fa64ff7b1f075b703cc78fd5419e3515c51 Mon Sep 17 00:00:00 2001 From: Tom Russell Date: Fri, 3 Aug 2018 10:05:33 +0100 Subject: [PATCH] Fix header heights --- frontend/main.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/main.css b/frontend/main.css index 225efb69..396b1741 100755 --- a/frontend/main.css +++ b/frontend/main.css @@ -13,6 +13,7 @@ body { font-family: 'glacial_cl', sans-serif; background: #fff; color: #222; + min-width: 40em; /* jumbotron */ } .h2 { font-family: 'glacial_cl', sans-serif; @@ -34,7 +35,7 @@ p { */ main.beta { position: absolute; - top: 122px; + top: 114px; /* 32px banner + 82px header */ bottom: 0; left: 0; right: 0; @@ -125,6 +126,7 @@ hr { */ .beta-banner { width: 100%; + height: 32px; padding: 0.25em 1em; background: #c57d00; color: #fff; @@ -146,6 +148,7 @@ hr { */ .main-header { display: block; + height: 82px; text-decoration: none; border-bottom: 3px solid #222; }