From 984a0147d2d7ca94070342398e902a22516bb5f9 Mon Sep 17 00:00:00 2001 From: miloschwartz Date: Mon, 27 Jul 2026 14:36:47 -0400 Subject: [PATCH] fix layout --- style.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/style.css b/style.css index 39465f5..e418c7d 100644 --- a/style.css +++ b/style.css @@ -209,6 +209,21 @@ #sidebar .relative .sticky { opacity: 0; } + + /* Full-width shell so sidebar sits on the left; constrain content separately */ + @media (min-width: 1024px) { + #navbar.is-not-custom.is-not-center + div:has(> #sidebar) { + max-width: none !important; + margin-inline: 0 !important; + padding-left: 0 !important; + } + + #content-container { + width: 100%; + max-width: 70rem; + margin-inline: auto; + } + } #header { padding-bottom: 25px;