From a1ec3a95cfc3781990103e03494210a27a1a0014 Mon Sep 17 00:00:00 2001 From: Ayushitripathi110505 Date: Tue, 1 Oct 2024 11:26:03 +0530 Subject: [PATCH 1/2] test --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index f37685c..ec2037f 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,6 @@ + From f0fd895c07370db43abc1b8d7b9d468a2ba1f3a0 Mon Sep 17 00:00:00 2001 From: Ayushitripathi110505 Date: Fri, 4 Oct 2024 15:01:12 +0530 Subject: [PATCH 2/2] space redcued --- assets/css/styles.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/css/styles.css b/assets/css/styles.css index 95d0f38..70b3cac 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -329,6 +329,8 @@ img{ /*========== MENU ==========*/ .menu__container{ + display: flex; + flex-direction: row; justify-content: center; }