Scroll Down Button: Fix position on iOS (#2395)
This commit is contained in:
parent
187af7709f
commit
5d65428f62
@ -10,6 +10,10 @@
|
||||
|
||||
&:not(:first-child) {
|
||||
margin-top: 0.5rem;
|
||||
|
||||
@media (max-width: 600px) {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1276px) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user