From 409029f3b78e57575eede138328e1d920351b0cb Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 25 Feb 2016 04:33:12 +0100 Subject: Fix set height in use (needed for pixel-exact tab bottom). --- style.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.scss b/style.scss index b80c6ec..7df1bb9 100644 --- a/style.scss +++ b/style.scss @@ -159,9 +159,9 @@ body { } .topbar { - height: 60px; + height: 5em; margin: 0; - padding: 20px 0; + padding: 1.5em 0; background-color: lightblue; text-align: center; text-transform: uppercase; -- cgit v1.2.3