Skip to content

Commit

Permalink
Update Sidebar.scss
Browse files Browse the repository at this point in the history
Changed the dropdown-header to flex instead of block
allowed for all headings to be centered vertically
  • Loading branch information
lawtlee committed Oct 13, 2023
1 parent 66086b1 commit dc431af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/styles/Sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ $sidebar-width: 357px;
.dropdown-header {
color: $text-color;
cursor: pointer;
display: block;
display: flex;
font-family: $play;
font-size: 24px;
height: 47px;
Expand All @@ -46,6 +46,7 @@ $sidebar-width: 357px;
padding-right: $padding-h;
text-align: left;
transition: 0.3s;
align-items: center;

span {
align-items: center;
Expand Down

0 comments on commit dc431af

Please sign in to comment.