mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 09:55:44 +03:00
add styling to offset permalinks from sticky nav
This commit is contained in:
@@ -98,6 +98,25 @@
|
||||
color: white;
|
||||
}
|
||||
|
||||
/* Permalink adjustment for sticky nav */
|
||||
.g-content {
|
||||
& h1,
|
||||
& h2,
|
||||
& h3,
|
||||
& h4,
|
||||
& h5,
|
||||
& h6,
|
||||
& li {
|
||||
position: relative;
|
||||
|
||||
& .__target-h,
|
||||
& .__target-lic {
|
||||
position: absolute;
|
||||
top: -75px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Web Fonts */
|
||||
@font-face {
|
||||
font-family: 'klavika-web';
|
||||
|
||||
Reference in New Issue
Block a user