mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-09-15 06:03:33 -06:00
Header menu button and anchor links
This commit is contained in:
@@ -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