From 7ada23fbf271617dc8200b177f8b41bfe5be14fc Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Sat, 26 Dec 2020 03:15:36 -0700 Subject: [PATCH] fix alignment of burger area and use rem unit for width of bars --- src/css/header.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/css/header.css b/src/css/header.css index d93f797..186bfe7 100644 --- a/src/css/header.css +++ b/src/css/header.css @@ -65,7 +65,7 @@ body { outline: none; line-height: 1; position: relative; - width: 2.75rem; + width: 3rem; margin-left: auto; padding: 0; } @@ -78,7 +78,7 @@ body { margin-left: -7px; position: absolute; top: 50%; - width: 15px; + width: 1rem; } .navbar-burger span:nth-child(1) { -- 2.11.0