From 7e5956a90632fc2904471ce5c25dd3950bf8d8ab Mon Sep 17 00:00:00 2001 From: Julius Härtl Date: Fri, 10 Jan 2020 17:09:40 +0100 Subject: Limit the size of the container on guest pages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- core/css/guest.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core/css/guest.css') diff --git a/core/css/guest.css b/core/css/guest.css index 15bb83f576c..26c8fbc9ccd 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -99,7 +99,8 @@ body { } .wrapper { - max-width: 100%; + width: 100%; + max-width: 700px; margin-top: 10vh; } -- cgit v1.2.3