[FIX] h3/h4s hidden under header when linked

This commit is contained in:
mDuo13
2014-08-28 16:05:13 -07:00
parent c54551c498
commit 08eb6630e6

View File

@@ -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;
}