Fix site nav toggle on mobile

This commit is contained in:
Ryan Watters
2017-03-21 02:03:58 -05:00
parent ddaebc4ed0
commit 6411cbf95e
3 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -44,7 +44,7 @@ a[role="button"] {
width: 40px;
height: 2px;
border-radius: 50%;
background-color: $hugo-white;
background-color: inherit;
position: absolute;
top: -20px;
right: -20px;
+1 -1
View File
File diff suppressed because one or more lines are too long