From a2f18ab5f7cbde26f2e56048f80f04acf2648c76 Mon Sep 17 00:00:00 2001 From: David Aerne Date: Thu, 7 Dec 2023 16:04:32 +0100 Subject: [PATCH] makes the min-width a bit smaller for mobile --- src/frontend/src/styles/main.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/frontend/src/styles/main.css b/src/frontend/src/styles/main.css index b9139284ff..57da21fa08 100644 --- a/src/frontend/src/styles/main.css +++ b/src/frontend/src/styles/main.css @@ -2539,7 +2539,8 @@ a.c-action-list__item { } .l-container { width: 100%; - + /* approximately the width of an iPhone 13 mini*/ + min-width: 35rem; max-width: none; /* centers the container and adds a bit of space to make sure the footer does not stick to it */ margin: 0 0 var(--rs-footer-height);