diff --git a/css/custom.css b/css/custom.css index b77bf205c4..c9b49a31e9 100644 --- a/css/custom.css +++ b/css/custom.css @@ -48,6 +48,12 @@ body .content-root { 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 { padding-top: 10px; }