From 6566d085a6aa3e9b2197b3671ac1e288eb19fde1 Mon Sep 17 00:00:00 2001 From: nono-lqdn Date: Fri, 20 Feb 2026 15:31:56 +0100 Subject: [PATCH] Correction d'une typo --- css/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/base.css b/css/base.css index 8852878..add29bc 100644 --- a/css/base.css +++ b/css/base.css @@ -230,7 +230,7 @@ div#maj-guide { .center { display: flex; justify-content: center; - align-items + align-items: center; }