From 40717a8057e8378906fd01e30392de911e3456c0 Mon Sep 17 00:00:00 2001 From: Sarjuuk Date: Fri, 9 Jan 2026 17:29:48 +0100 Subject: [PATCH] Site/Layout * increase site layout further to make the Icons grid fit entirely * amends b3e215cc405199b5fb27b5bb1d8bbe6dd98b0a92 --- static/css/aowow.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/aowow.css b/static/css/aowow.css index 821d6dc3..53ca4482 100644 --- a/static/css/aowow.css +++ b/static/css/aowow.css @@ -2552,7 +2552,7 @@ a.modelviewer-close { .layout { min-width: 980px; - max-width: 1640px; + max-width: 1662px; margin: 0 auto; }