From 39d173c400b50a54f72ba497ce94c90fed242588 Mon Sep 17 00:00:00 2001 From: filifa Date: Tue, 30 Dec 2025 00:35:29 -0500 Subject: [PATCH] reorganize --- styles/index.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/styles/index.css b/styles/index.css index e9138b7..4ff0cf0 100644 --- a/styles/index.css +++ b/styles/index.css @@ -1,12 +1,8 @@ -/* header and footer */ +/* header */ header { padding: 0; } -footer { - text-align: center; -} - #gallery { display: flex; justify-content: center; @@ -25,6 +21,11 @@ footer { font-style: italic; } +/* footer */ +footer { + text-align: center; +} + #badges { display: flex; flex-flow: wrap;