From dec3359ddfd568ed28e6d17ff8868fd3287892d2 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Fri, 20 Mar 2026 23:47:31 +0100 Subject: [PATCH] feat: max width so it's not too wide --- index.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.css b/index.css index 59529fc..32e2a88 100644 --- a/index.css +++ b/index.css @@ -2,6 +2,11 @@ body { font-size: clamp(var(--min-font-size, 11px), 2.1vw, var(--font-size, 28px)); } +#thinking-people-system { + max-width: 1400px; + margin: auto; +} + ul { padding-left: 0; margin: 0;