Skip to content

Commit

Permalink
Update navbar spacing
Browse files Browse the repository at this point in the history
Signed-off-by: mohin7 <[email protected]>
  • Loading branch information
mohin7 committed Feb 15, 2024
1 parent 0955767 commit 3d91059
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions static/assets/sass/components/_navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,10 @@
justify-content: space-between;

.ac-searchbar {
width: 49%;
width: 35%;
@media (min-width: 1408px) and (max-width: 1600px) {
width: 30%;
}
}
}

Expand Down Expand Up @@ -194,7 +197,7 @@
background-color: transparent;
cursor: pointer;
margin: 0;
padding: 0.5rem 0;
padding: 0.5rem;
transition: 0.3s ease-in-out;
position: relative;
z-index: 1;
Expand Down

0 comments on commit 3d91059

Please sign in to comment.