From 4d27061c278b99dcabc6bc2e8af6cc3ea1bcdb61 Mon Sep 17 00:00:00 2001 From: w4nn4d13 Date: Mon, 6 Apr 2026 23:56:21 +0530 Subject: [PATCH] Website: remove max-width cap for true full-width layout --- website/assets/style.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/website/assets/style.css b/website/assets/style.css index 3954368..869dd43 100644 --- a/website/assets/style.css +++ b/website/assets/style.css @@ -85,12 +85,6 @@ section { padding: 1.1rem clamp(1rem, 3vw, 2.5rem); } -section > * { - max-width: 1200px; - margin-left: auto; - margin-right: auto; -} - h2 { margin-top: 0; color: var(--accent);