From fe5174a4543ca7aa02c98f452f269fbec16b062a Mon Sep 17 00:00:00 2001 From: Abhishek Sahay <128229653+abhi5hek001@users.noreply.github.com> Date: Fri, 6 Oct 2023 17:16:33 +0530 Subject: [PATCH] Add files via upload This pull request addresses issue #884, aiming to reduce the excessive space between the search bar and the services section in 'VizyBag'. We've adjusted CSS styles to improve the visual aesthetics and user experience. Testing has been performed to ensure compatibility with various browsers and devices. --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 05dc730b..e56cf09d 100644 --- a/style.css +++ b/style.css @@ -345,7 +345,6 @@ body.dark { display: flex; justify-content: center; margin-top: 10px; - margin-bottom: 134px; align-items: center; } @@ -574,6 +573,8 @@ body.dark { padding: 55px 0px 25px 52px; font-size: 49px; font-weight: 700; + position: relative; + top: -10%; } .item-row {