web/remux: increase bullet gap on desktop

This commit is contained in:
wukko 2024-11-18 16:59:59 +06:00
parent 778ee76d59
commit a0b621c5e7
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -348,7 +348,7 @@
#remux-bullets {
display: flex;
flex-direction: column;
gap: var(--padding);
gap: 18px;
max-width: 450px;
}
@ -360,6 +360,7 @@
#remux-bullets {
padding: var(--padding);
gap: var(--padding);
}
}