fix inline player style for mobile

This commit is contained in:
Sean Yesmunt 2020-07-30 08:33:30 -04:00
parent 43155c4b87
commit 60e2d14e99

View file

@ -6,10 +6,6 @@
.content__viewer--inline {
max-height: var(--inline-player-max-height);
@media (max-width: $breakpoint-small) {
margin-top: var(--spacing-xs);
}
}
.content__viewer--floating {