Use pxrem for the nav hamburger icon

This commit is contained in:
Kevin MacMartin 2022-06-13 17:36:34 -04:00
parent 676c0b23b6
commit 30f57e6082

View file

@ -41,7 +41,7 @@
left: 0px; left: 0px;
margin: 0px; margin: 0px;
width: 100%; width: 100%;
height: 2px; height: pxrem(2);
background-color: $c-text-light; background-color: $c-text-light;
transition: all 150ms; transition: all 150ms;