From c0dc87b50bf905f4e63e3df491946ef93294b9fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sun, 3 Jul 2022 00:26:55 +0200 Subject: [PATCH] print: content padding #290 --- static/css/theme.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/css/theme.css b/static/css/theme.css index 4d2ddcc41e..a61b84387b 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -402,16 +402,16 @@ th { #body-inner.chapter { margin-left: auto; margin-right: auto; - padding: 2rem 9rem; + padding: 2rem 9.75rem; } @media screen and (max-width: 59.938em) { #body-inner.chapter { - padding: 15px 4rem 15px 4rem; + padding: 15px 6.5rem 15px 6.5rem; } } @media screen and (max-width: 47.938em) { #body-inner.chapter { - padding: 5px 2rem 5px 2rem; + padding: 5px 3.25rem 5px 3.25rem; } }