Skip to content

Commit

Permalink
Update navbar mobile style
Browse files Browse the repository at this point in the history
  • Loading branch information
MathyouMB committed Jul 1, 2024
1 parent 7f1c9bd commit adf5a39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Sidebar/Sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,9 @@
&__inner {
display: flex;
justify-content: space-between;
width: 50%;
min-width: 14rem;
padding: 0.5rem;
gap: 0.5rem;
gap: 1rem;
}
}

Expand All @@ -122,9 +121,10 @@
flex-direction: column;
justify-content: center;
gap: 0.3rem;
min-width: 3rem;
}
.Sidebar__item__icon {
font-size: 1.7rem;
font-size: 2rem;
}
.Sidebar__item__title {
font-size: 0.6rem;
Expand Down

0 comments on commit adf5a39

Please sign in to comment.