From 7a2ed8887f63f9f51462a56d307dbbdbbc13180a Mon Sep 17 00:00:00 2001 From: cp6 Date: Sun, 13 Nov 2022 15:45:18 +1100 Subject: [PATCH] Updated style.css to have the wide max width Updated style.css to have the wide max width --- resources/css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/css/style.css b/resources/css/style.css index 3b9d179..f4329b0 100644 --- a/resources/css/style.css +++ b/resources/css/style.css @@ -20,3 +20,9 @@ Custom styles go in here .modal { display: contents !important; } + +@media (min-width: 1400px) { + .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container { + max-width: 1520px; + } +}