web/remux: reduce gap in first state

This commit is contained in:
wukko 2024-09-04 16:47:00 +06:00
parent 3c5a5eaf25
commit a18fd72ea0
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -144,7 +144,7 @@
align-items: center; align-items: center;
max-width: 450px; max-width: 450px;
text-align: center; text-align: center;
gap: 32px; gap: 24px;
transition: transform 0.2s, opacity 0.2s; transition: transform 0.2s, opacity 0.2s;
} }
@ -174,10 +174,6 @@
} }
@media screen and (max-width: 535px) { @media screen and (max-width: 535px) {
#remux-open {
gap: 24px;
}
.remux-description { .remux-description {
font-size: 12px; font-size: 12px;
} }