mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-12 12:06:38 -05:00
Use pxrem for the nav hamburger icon
This commit is contained in:
parent
676c0b23b6
commit
30f57e6082
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
left: 0px;
|
||||
margin: 0px;
|
||||
width: 100%;
|
||||
height: 2px;
|
||||
height: pxrem(2);
|
||||
background-color: $c-text-light;
|
||||
transition: all 150ms;
|
||||
|
||||
|
|
Loading…
Reference in a new issue