From c95619d5170ef2096283d74d70fa4ec0ed7ef2d7 Mon Sep 17 00:00:00 2001 From: Henri Saudubray Date: Mon, 6 May 2024 17:12:26 +0200 Subject: [PATCH] center --- css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/style.css b/css/style.css index dd959ee..c5cb0cc 100644 --- a/css/style.css +++ b/css/style.css @@ -12,6 +12,7 @@ html { color: var(--fg-color); font-size: 1em; font-family: monospace, "Cascadia Code", monospace; + justify-content: center; } body {