From f4a759e0a63cf7860d1f827d074c6f444af55b33 Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Wed, 6 Mar 2024 18:21:20 +0000 Subject: [PATCH] Update file style.css --- html/src/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/html/src/css/style.css b/html/src/css/style.css index f75dbc37..4ddd8f32 100644 --- a/html/src/css/style.css +++ b/html/src/css/style.css @@ -22,6 +22,9 @@ header, footer, nav { margin: 0; background: var(--dark-background); display: flex; +} + +header, footer { justify-content: space-between; }