From 9e70134494eb31a2c0f49550fa1f21d3ad654a21 Mon Sep 17 00:00:00 2001 From: oib Date: Fri, 27 Feb 2026 12:36:51 +0100 Subject: [PATCH] fix(website): lock max-width to 1160px globally for header and containers --- apps/marketplace-web/src/style.css | 4 ++-- website/index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/marketplace-web/src/style.css b/apps/marketplace-web/src/style.css index 2e733307..91123ef3 100644 --- a/apps/marketplace-web/src/style.css +++ b/apps/marketplace-web/src/style.css @@ -70,7 +70,7 @@ body { } #app { - max-width: 1100px; + max-width: 1160px; margin: 0 auto; padding: 48px 24px 64px; } @@ -559,7 +559,7 @@ body { main { margin-top: 90px; padding: 2rem; - max-width: 1200px; + max-width: 1160px; margin-left: auto; margin-right: auto; } diff --git a/website/index.html b/website/index.html index 781115e8..4ca2d295 100644 --- a/website/index.html +++ b/website/index.html @@ -22,7 +22,7 @@