From af90629c5682d97369490723ed6d79ca075de8e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Jab=C5=82o=C5=84ski?= Date: Tue, 12 Aug 2025 13:19:47 +0200 Subject: [PATCH] feat: center header and footer --- public/styles.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/public/styles.css b/public/styles.css index 013ffa0..84f30f0 100644 --- a/public/styles.css +++ b/public/styles.css @@ -43,6 +43,7 @@ header, footer { max-width: unset !important; background-color: black; + text-align: center; } header section h1, @@ -64,11 +65,6 @@ main { flex: 1; } -header section { - text-align: center; - color: white; -} - #icd-logo { height: 48px; aspect-ratio: 1200/319;