From 48c6d4a3e478eb2ec10fd7463ecdbf46aeb61dfb Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Sat, 15 Jul 2017 14:06:55 +0200 Subject: Improve nav bar responsiveness --- style/_responsive.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'style/_responsive.scss') diff --git a/style/_responsive.scss b/style/_responsive.scss index bf35644..427a0fe 100644 --- a/style/_responsive.scss +++ b/style/_responsive.scss @@ -9,12 +9,11 @@ header { .logo { - width: 100px; - height: 100px; + width: $logo-width-small; + height: $logo-width-small; } .title { - height: 100px; padding-left: 140px; } -- cgit v1.1