From ed6e7107b163d91fd0c6f7777f4178085cf94a91 Mon Sep 17 00:00:00 2001 From: ache Date: Sat, 21 Mar 2026 00:26:02 +0100 Subject: docs: Comments on obscure max width --- src/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.css b/src/app.css index df8dfd3..0aeac6d 100644 --- a/src/app.css +++ b/src/app.css @@ -84,7 +84,7 @@ h1 { } #app { - max-width: 78vh; + max-width: 78vh; /* NOTE: Pour ne pas être disproportionné */ margin: 0 auto; text-align: center; width: 100vw; -- cgit v1.3-2-g11bf