From 0b2963be808438f82ad73673dac67c3331805993 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 11 Dec 2020 08:39:28 +0300 Subject: Fix content position --- src/main/assets/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/main/assets/style.css b/src/main/assets/style.css index a409ea36..46ddba98 100644 --- a/src/main/assets/style.css +++ b/src/main/assets/style.css @@ -141,6 +141,10 @@ pre::-moz-selection { background: var(--main-background-color); } +#content { + padding-bottom: 66px; +} + #content_wrapper { margin-top: 66px; } -- cgit v1.2.3