From 9b100171b27be57434713ef262ab2902cfabb2bb Mon Sep 17 00:00:00 2001
From: Robert Lange <robert.lange@uni-leipzig.de>
Date: Mon, 1 Mar 2021 09:40:24 +0100
Subject: [PATCH] refs #19224 [finc] set mainbody to full width for xs

---
 themes/finc/scss/compiled.scss | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/themes/finc/scss/compiled.scss b/themes/finc/scss/compiled.scss
index 79421497168..8a5183ea841 100644
--- a/themes/finc/scss/compiled.scss
+++ b/themes/finc/scss/compiled.scss
@@ -1866,6 +1866,12 @@ footer {
   }
 }
 
+.mainbody {
+  @media screen and (max-width: $screen-xs-max) {
+    width: 100%;
+  }
+}
+
 footer {
   border-top: 0;
   padding-top: ($grid-gutter-width / 1.5);
-- 
GitLab