Skip to content

Commit

Permalink
remove margin from search
Browse files Browse the repository at this point in the history
  • Loading branch information
ToastedDev committed Nov 19, 2023
1 parent f434c84 commit 19abfa8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@
color: inherit;
}

.navbar__search {
margin-left: 0 !important;
}

.menu__list-item-collapsible:hover .menu__caret:hover {
background-color: #1f2937;
}

0 comments on commit 19abfa8

Please sign in to comment.