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:
Phoenix Eve Aspacio 2017-08-01 13:50:32 +08:00 committed by John O'Nolan
parent 615d8a9001
commit 08e5cbe021
1 changed files with 2 additions and 0 deletions

View File

@ -808,6 +808,8 @@ Super neat trick courtesy of @JoelDrapper
.post-full-content h4,
.post-full-content h5,
.post-full-content h6 {
padding-top: 75px;
margin-top: -75px;
color: color(var(--darkgrey) l(-5%));
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}