From 264cd663bfe0e12f0221a94c2f021d1b57a778e5 Mon Sep 17 00:00:00 2001 From: zepp Date: Sun, 9 Feb 2025 17:49:49 -0500 Subject: [PATCH] remove display flex and flex styling from footer --- valentines-day-25/style/style.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/valentines-day-25/style/style.css b/valentines-day-25/style/style.css index 424ccb7..4b5b67a 100644 --- a/valentines-day-25/style/style.css +++ b/valentines-day-25/style/style.css @@ -62,8 +62,6 @@ footer { height: 8vh; background: var(--header-footer-color); padding: 0 2rem; - display: flex; - align-items: center; } section {