From f82cb6ce05456bd6efd74235b427ca663d05e9ed Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sat, 13 Mar 2021 22:06:43 +0200 Subject: [PATCH] source/scss/main.scss: Increase container width We need more space for the log on the results page and we actually don't even need to worry about people running this on a phone. --- source/scss/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/scss/main.scss b/source/scss/main.scss index 575c55c..d3893dd 100644 --- a/source/scss/main.scss +++ b/source/scss/main.scss @@ -5,6 +5,6 @@ .container { width: auto; - max-width: 680px; + max-width: 968px; padding: 0 15px; }