mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-06 17:27:57 +00:00
[FIX] h3/h4s hidden under header when linked
This commit is contained in:
@@ -48,6 +48,12 @@ body .content-root {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.content h4, body:not(.big-h3) .content h3 {
|
||||||
|
/* Fix for anchor links hiding under fixed header */
|
||||||
|
padding-top: 80px;
|
||||||
|
margin-top: -50px;
|
||||||
|
}
|
||||||
|
|
||||||
.menubar {
|
.menubar {
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user