Skip to content

Commit

Permalink
Improve list group spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
anweisen committed Aug 3, 2024
1 parent b1f1e90 commit 1e0f724
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/components/List.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,16 @@
flex-direction: column;
gap: 16px;

@media (max-width: 650px) {
gap: 10px;
}

&:first-of-type {
margin-top: -16px;

@media (max-width: 650px) {
margin-top: -5px;
}
}

.List {
Expand Down Expand Up @@ -40,6 +48,11 @@
user-select: none;
cursor: pointer;


@media (max-width: 650px) {
font-size: 14px;
}

svg {
font-size: .9em;
}
Expand Down

0 comments on commit 1e0f724

Please sign in to comment.