Skip to content

Commit

Permalink
web/remux: increase bullet gap on desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
wukko committed Nov 18, 2024
1 parent 778ee76 commit a0b621c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/src/routes/remux/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@
#remux-bullets {
display: flex;
flex-direction: column;
gap: var(--padding);
gap: 18px;
max-width: 450px;
}
Expand All @@ -360,6 +360,7 @@
#remux-bullets {
padding: var(--padding);
gap: var(--padding);
}
}
Expand Down

0 comments on commit a0b621c

Please sign in to comment.