fix alignment of burger area and use rem unit for width of bars
authorDan Allen <dan@opendevise.com>
Sat, 26 Dec 2020 10:15:36 +0000 (03:15 -0700)
committerDan Allen <dan@opendevise.com>
Sat, 26 Dec 2020 10:16:16 +0000 (03:16 -0700)
src/css/header.css

index d93f797..186bfe7 100644 (file)
@@ -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) {