mirror of
https://github.com/snachodog/just-the-docs.git
synced 2026-06-14 03:39:03 -06:00
Header menu button and anchor links
This commit is contained in:
+5
-3
@@ -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%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user