Scroll Down Button: Fix position on iOS (#2395)

This commit is contained in:
Alexander Zinchuk 2023-01-28 02:16:23 +01:00
parent 187af7709f
commit 5d65428f62

View File

@ -10,6 +10,10 @@
&:not(:first-child) {
margin-top: 0.5rem;
@media (max-width: 600px) {
margin-top: 1rem;
}
}
@media (min-width: 1276px) {