From: Dan Allen Date: Sat, 26 Dec 2020 10:15:36 +0000 (-0700) Subject: fix alignment of burger area and use rem unit for width of bars X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=7ada23fbf271617dc8200b177f8b41bfe5be14fc;p=working%2Feg-antora.git fix alignment of burger area and use rem unit for width of bars --- 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) {