Header menu button and anchor links

This commit is contained in:
Patrick Marsceill
2019-08-13 17:23:35 -04:00
parent 9e45626337
commit 7fa6307640
4 changed files with 19 additions and 9 deletions

View File

@@ -113,14 +113,16 @@
}
.anchor-heading {
position: absolute;
right: -$sp-3;
width: $sp-5;
height: 100%;
fill: $link-color;
visibility: hidden;
@include mq(md) {
position: absolute;
right: auto;
left: -$sp-5;
width: $sp-5;
height: 100%;
}
}