From 2cdf5e88da924b907321ba9e6f3d60a96ee232b4 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Tue, 20 Sep 2016 22:24:04 +0100 Subject: [PATCH] Reduce width of hamburger --- public/assets/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/assets/style.css b/public/assets/style.css index 61df0c2..88b1f75 100644 --- a/public/assets/style.css +++ b/public/assets/style.css @@ -121,8 +121,8 @@ h1 { content: ""; position: absolute; top: 0.3em; - left: 0.15em; - width: 1em; + left: 0.25em; + width: 0.8em; height: 0.125em; border-top: 0.375em double #b24592; border-bottom: 0.125em solid #b24592;