From 0550104d091fcf8e456d8370d83d92788fc996dc Mon Sep 17 00:00:00 2001 From: Shaunish123 Date: Sat, 20 Jul 2024 20:31:58 +0530 Subject: [PATCH] Update style.css --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 7c38820..ae3b406 100644 --- a/style.css +++ b/style.css @@ -379,7 +379,7 @@ footer{ display: flex; flex-direction: column; margin-bottom: 10%; - height: 250%; + height: fit-content; } #title{ @@ -404,6 +404,7 @@ footer{ font-size: 1rem; display: flex; flex-direction: column; + justify-content: space-evenly; align-items: center; }