Skip to content

Commit

Permalink
Less margin on categories (#177)
Browse files Browse the repository at this point in the history
Co-authored-by: Karl Morand <karljmorand@gmail.com>
  • Loading branch information
ryw and karlmorand authored Jul 11, 2023
1 parent e7c4cff commit 0dc98e8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ui/src/Components/Categories/categories.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
.container {
display: flex;
flex-direction: column;
width: 220px;
width: 250px;
position: sticky;
top: $spacing-6xl;
height: 100%;
margin: 0 $spacing-7xl;
margin: 0 $spacing-5xl;
align-self: flex-start;
padding-top: $spacing-s;
padding-bottom: $spacing-l;
}
@media screen and (max-width: 1024px) {
Expand All @@ -17,7 +18,7 @@
}

.listItem {
margin: $spacing-m 0;
margin: $spacing-s 0;
display: flex;
flex-direction: row;
justify-content: space-between;
Expand Down

0 comments on commit 0dc98e8

Please sign in to comment.