From 7427d549cc2f9502ff3e214f9432b64a8736552b Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Sat, 13 Jun 2020 22:22:25 +0200 Subject: [PATCH] Make the appstore view not so wide --- src/theme.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/theme.scss b/src/theme.scss index d3c72cb48..998462585 100644 --- a/src/theme.scss +++ b/src/theme.scss @@ -714,7 +714,7 @@ multiselect { .appstore-toolbar-content { display: flex; margin: auto; - max-width: 1200px; + max-width: 900px; > input { margin: 0 10px; @@ -743,7 +743,7 @@ multiselect { margin: auto; margin-top: 50px; width: 100%; - max-width: 1200px; + max-width: 900px; @media(max-width:768px) { margin-top: 50px;