From 4c5bd15d52a95e060e8407efc5c7fdc54a0245cd Mon Sep 17 00:00:00 2001 From: Blerim Sheqa Date: Fri, 8 Feb 2019 10:01:59 +0100 Subject: [PATCH] Prevent toc from overlapping over footer area --- theme/css/theme.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme/css/theme.css b/theme/css/theme.css index 27e2dab..c37c810 100644 --- a/theme/css/theme.css +++ b/theme/css/theme.css @@ -157,6 +157,10 @@ body{ color: #777; } +.md-footer { + margin-top: 7rem; +} + @media screen and (max-width:65em) { #icinga-menu { display: none;