From 21ec9ecc026126ebac800dfe5816773f7c01b85e Mon Sep 17 00:00:00 2001 From: Sneha Tiwari Date: Mon, 7 Oct 2024 23:20:28 +0530 Subject: [PATCH] new changes --- style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 5a624c39..be706998 100644 --- a/style.css +++ b/style.css @@ -383,10 +383,14 @@ footer ul { display: flex; list-style: none; flex: 1 1 40rem; - justify-content: space-between; + justify-content: flex-start; align-items: center; } +footer ul li{ + margin: 0 30px; +} + /**** MEDIA QUERY ****/ @media screen and (max-width: 932px) {