From 60e2d14e99f013130445bd730df66e9062414f0e Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Thu, 30 Jul 2020 08:33:30 -0400 Subject: [PATCH] fix inline player style for mobile --- ui/scss/component/_content.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ui/scss/component/_content.scss b/ui/scss/component/_content.scss index 310158d45..9cd27f0aa 100644 --- a/ui/scss/component/_content.scss +++ b/ui/scss/component/_content.scss @@ -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 {