diff options
| author | ache <ache@ache.one> | 2026-03-21 00:26:02 +0100 |
|---|---|---|
| committer | ache <ache@ache.one> | 2026-03-21 00:26:11 +0100 |
| commit | ed6e7107b163d91fd0c6f7777f4178085cf94a91 (patch) | |
| tree | 4a8ad3209b48b40418592a5c734446c9a63e066b | |
| parent | feat: Add a readme (diff) | |
| -rw-r--r-- | src/app.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; |