Adjust some spacing on upload page on mobile

This commit is contained in:
toshikanneko 2022-02-14 13:17:22 +01:00
parent 1ef68c1472
commit 8298f41526

View file

@ -691,6 +691,9 @@ img {
}
}
}
@media (max-width: $breakpoint-small) {
margin-top: var(--spacing-xxxs);
}
}
}