Fix video poster misaligned on mobile

This commit is contained in:
toshikanneko 2022-02-13 11:18:28 +01:00
parent 04137b4ec8
commit 162b77a078

View file

@ -406,7 +406,6 @@ body {
}
}
}
width: 32rem;
.file-page__playlist-collection__row {
@extend .file-page__recommended-collection__row;
@ -418,6 +417,10 @@ body {
}
}
}
@media (min-width: $breakpoint-small) {
width: 32rem;
}
}
@media (max-width: $breakpoint-medium) {