From 55087b8ce7a5a393254ae2a686e48abfe417efea Mon Sep 17 00:00:00 2001 From: RIYA AHLAWAT Date: Tue, 4 Jun 2024 16:20:09 +0530 Subject: [PATCH] Update styles-footer.css --- styles-footer.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/styles-footer.css b/styles-footer.css index bc708c4..c649f4e 100644 --- a/styles-footer.css +++ b/styles-footer.css @@ -9,6 +9,10 @@ body { height: 100vh; } +#footer { + bottom: 0px; +} + .footer-container { margin: 1rem 5rem; -webkit-user-select: none; @@ -16,7 +20,6 @@ body { display: grid; grid-template-columns: 1fr max-content; gap: 5rem; - bottom: 0; } .footer-container-left {