feat: max width so it's not too wide

This commit is contained in:
Julien Calixte
2026-03-20 23:47:31 +01:00
parent 6b0711f19a
commit dec3359ddf

View File

@@ -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;