Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
abhi5hek001 authored Oct 6, 2023
1 parent 75f4c69 commit fe5174a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,6 @@ body.dark {
display: flex;
justify-content: center;
margin-top: 10px;
margin-bottom: 134px;
align-items: center;
}

Expand Down Expand Up @@ -574,6 +573,8 @@ body.dark {
padding: 55px 0px 25px 52px;
font-size: 49px;
font-weight: 700;
position: relative;
top: -10%;
}

.item-row {
Expand Down

0 comments on commit fe5174a

Please sign in to comment.