mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
web/remux: reduce gap in first state
This commit is contained in:
parent
3c5a5eaf25
commit
a18fd72ea0
1 changed files with 1 additions and 5 deletions
|
@ -144,7 +144,7 @@
|
|||
align-items: center;
|
||||
max-width: 450px;
|
||||
text-align: center;
|
||||
gap: 32px;
|
||||
gap: 24px;
|
||||
transition: transform 0.2s, opacity 0.2s;
|
||||
}
|
||||
|
||||
|
@ -174,10 +174,6 @@
|
|||
}
|
||||
|
||||
@media screen and (max-width: 535px) {
|
||||
#remux-open {
|
||||
gap: 24px;
|
||||
}
|
||||
|
||||
.remux-description {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue