From edb4233b2815a8b3b784d80a78e6857de81a9c98 Mon Sep 17 00:00:00 2001 From: Andri Schatz Date: Mon, 11 Nov 2024 11:55:57 +0100 Subject: [PATCH] make the c-landingPage__container fixed width (#2690) --- src/frontend/src/styles/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontend/src/styles/main.css b/src/frontend/src/styles/main.css index ab8aa7edb8..7023bfa81d 100644 --- a/src/frontend/src/styles/main.css +++ b/src/frontend/src/styles/main.css @@ -1111,7 +1111,7 @@ a:hover, padding: 0 var(--rs-split-page-bezzel--mobile); - max-width: var(--rs-main-content-width); + width: var(--rs-main-content-width); } .c-landingPage__logo { @@ -1161,7 +1161,7 @@ a:hover, @media (max-width: 512px) { .c-landingPage__container { - max-width: none; + width: 100%; } }