From 17549a1896cdb05ad3e653dc24855147f7a8459d Mon Sep 17 00:00:00 2001 From: FreedTapestry21 Date: Sat, 5 Jul 2025 05:08:05 +0200 Subject: [PATCH] Reconfigured max width --- html/assets/style.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/html/assets/style.css b/html/assets/style.css index e1e8c01..e999987 100644 --- a/html/assets/style.css +++ b/html/assets/style.css @@ -1,7 +1,7 @@ /* Pixelated.sh - Copyright (c) 2024 FreedTapestry21 + Copyright (c) 2024-2025 FreedTapestry21 */ @@ -51,8 +51,7 @@ footer p { /* Custom classes */ .box { - min-width: 80%; - max-width: 90%; + width: min(1400px, 90%); margin-inline: auto; }