From b713e501406882b703a90dd10c12b6ab84a9d148 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Mon, 5 Oct 2020 12:22:23 +0200 Subject: [PATCH] Remove margin between content and arrows in print this will add additional ending space and may cause to add unnecessary empty pages at the end it also does not provide real value in screen mode --- static/css/theme.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/static/css/theme.css b/static/css/theme.css index f427a247c3..15f728ff04 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -417,9 +417,6 @@ textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[typ #body .nav.nav-next { right: 0; } -#body-inner { - margin-bottom: 5rem; -} #chapter { display: flex; align-items: center; @@ -428,7 +425,6 @@ textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[typ padding: 2rem 0; } #chapter #body-inner { - padding-bottom: 3rem; max-width: 80%; } #chapter h3 {