Fix video poster misaligned on mobile
This commit is contained in:
parent
04137b4ec8
commit
162b77a078
1 changed files with 4 additions and 1 deletions
|
@ -406,7 +406,6 @@ body {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
width: 32rem;
|
|
||||||
.file-page__playlist-collection__row {
|
.file-page__playlist-collection__row {
|
||||||
@extend .file-page__recommended-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) {
|
@media (max-width: $breakpoint-medium) {
|
||||||
|
|
Loading…
Reference in a new issue