Prevent floating navigation from blocking the text header in fragmented urls (#334)
Prevent floating header from covering the header when a fragment identifier enabled URL is opened.
This commit is contained in:
parent
615d8a9001
commit
08e5cbe021
|
@ -808,6 +808,8 @@ Super neat trick courtesy of @JoelDrapper
|
||||||
.post-full-content h4,
|
.post-full-content h4,
|
||||||
.post-full-content h5,
|
.post-full-content h5,
|
||||||
.post-full-content h6 {
|
.post-full-content h6 {
|
||||||
|
padding-top: 75px;
|
||||||
|
margin-top: -75px;
|
||||||
color: color(var(--darkgrey) l(-5%));
|
color: color(var(--darkgrey) l(-5%));
|
||||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue