From 8ad4226d510b48d8327d55ca11b664e5738cc585 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sat, 2 Jul 2022 20:44:33 +0200 Subject: [PATCH] theme: further adjustment for content padding #290 --- static/css/theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/theme.css b/static/css/theme.css index 345486e8e7..a211f8f573 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -369,12 +369,12 @@ th { } @media screen and (max-width: 59.938em) { #body-inner { - padding: 0 2.25rem 15px 2.25rem; + padding: 0 2rem 15px 2rem; } } @media screen and (max-width: 47.938em) { #body-inner { - padding: 0 1rem 5px 1rem; + padding: 0 1.25rem 5px 1.25rem; } }