Skip to content

Commit

Permalink
fix: [Navbar] Provide padding on small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
meissadia committed Oct 4, 2024
1 parent aca8251 commit 51364bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Navbar/navbar.less
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@
align-items: flex-start;
font-size: 16px;
padding-bottom: @space-sm;
padding-left: @space-sm;

@media (min-width: @breakpoint) {
flex-direction: row;
justify-content: space-between;
align-items: center;
padding-left: 0;

.o-header_logo {
min-width: 237px;
Expand Down

0 comments on commit 51364bb

Please sign in to comment.