Skip to content

Commit

Permalink
restyling desktop menu, add border lines
Browse files Browse the repository at this point in the history
  • Loading branch information
goldipl committed Jul 18, 2024
1 parent 254210d commit 9e284fa
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/sass/common/_desktop_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,14 @@
display: flex;
flex-direction: column;
width: 25%;
height: 100%;
max-width: 240px;
height: auto;
border-right: 1px solid $grey_color18;
margin-right: 84px;
padding-top: 16px;
&:last-of-type {
border-right: 0;
}
h3 {
font-size: 16px;
font-weight: 500;
Expand Down

0 comments on commit 9e284fa

Please sign in to comment.