From 8934690179afb6e1c8cfc09c6e759178a3fe414e Mon Sep 17 00:00:00 2001 From: wbglaeser Date: Wed, 25 Oct 2023 11:22:29 +0200 Subject: [PATCH] adjust size for phone --- src/static/css/bundle.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/static/css/bundle.css b/src/static/css/bundle.css index d4c6961..e71cf3a 100644 --- a/src/static/css/bundle.css +++ b/src/static/css/bundle.css @@ -68,7 +68,8 @@ body, p, a { @media (max-width: 768px) { /* Typically, 768px is a breakpoint for tablets, adjust if needed */ .central-container { - padding-left: 8%; /* Reduce padding for smaller screens */ - padding-right: 8%; /* Reduce padding for smaller screens */ + padding-left: 7%; /* Reduce padding for smaller screens */ + padding-right: 7%; /* Reduce padding for smaller screens */ + max-width: 90%; /* Or adjust according to your needs */ } } \ No newline at end of file