Prevent toc from overlapping over footer area

This commit is contained in:
Blerim Sheqa 2019-02-08 10:01:59 +01:00
parent c498d9bf9e
commit 4c5bd15d52

View File

@ -157,6 +157,10 @@ body{
color: #777;
}
.md-footer {
margin-top: 7rem;
}
@media screen and (max-width:65em) {
#icinga-menu {
display: none;