From ca50f1b39bd1e5328f00e70997273da50dd695c8 Mon Sep 17 00:00:00 2001 From: JeyP91 Date: Fri, 16 Feb 2018 20:09:38 +0100 Subject: [PATCH] removed max width --- theme/common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/common.css b/theme/common.css index 348355e..b5ceb74 100644 --- a/theme/common.css +++ b/theme/common.css @@ -141,7 +141,7 @@ a:hover { text-decoration: underline; } border: 1px solid transparent; border-radius: 8px; margin: 0 auto; - max-width: 1152px; + /* max-width: 1152px; */ min-width: 625px; padding: 15px; }