From 30f57e6082d76f757895393a24f200577ad72827 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Mon, 13 Jun 2022 17:36:34 -0400 Subject: [PATCH] Use pxrem for the nav hamburger icon --- resources/sass/sections/_nav.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/sass/sections/_nav.scss b/resources/sass/sections/_nav.scss index df4afcb..04a6230 100644 --- a/resources/sass/sections/_nav.scss +++ b/resources/sass/sections/_nav.scss @@ -41,7 +41,7 @@ left: 0px; margin: 0px; width: 100%; - height: 2px; + height: pxrem(2); background-color: $c-text-light; transition: all 150ms;