From 1ede2dee2e676735373988c6988369e83e263a80 Mon Sep 17 00:00:00 2001 From: Raydo Matthee Date: Thu, 6 Jun 2024 08:55:36 +0200 Subject: [PATCH] Update footer.css Signed-off-by: Raydo Matthee --- css/footer.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/css/footer.css b/css/footer.css index 3b61c54e..8d13b73b 100644 --- a/css/footer.css +++ b/css/footer.css @@ -1,12 +1,12 @@ -/* Footer CSS */ - -.bx--footer { - background-color: #0f62fe; - color: #ffffff; - padding: 1rem 0; +/* footer.css */ +footer { text-align: center; + padding: 20px 0; + background-color: #1E3A8A; /* Medium Blue */ + color: #93C5FD; /* Light Blue Text */ } -.bx--footer p { +footer p { margin: 0; + font-size: 1rem; }