From 480b1315dc83340b80e8ad524a9b829fd9f5f74f Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Thu, 27 Jul 2023 09:41:18 +0800 Subject: [PATCH] Removed max-width for mod entries --- css/style-mymods.css | 1 - 1 file changed, 1 deletion(-) diff --git a/css/style-mymods.css b/css/style-mymods.css index 3e9f7649..ecf9f38d 100644 --- a/css/style-mymods.css +++ b/css/style-mymods.css @@ -9,7 +9,6 @@ .mod-entry { background: #241445; - max-width: 900px; position:relative; margin: 1em 0; padding: 1em 1.5em 1.5em 1.5em;