From 410c3b34a227aa8d604c064072411e1145facf42 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Thu, 30 Jul 2020 11:09:10 -0400 Subject: [PATCH] actually fix it --- ui/scss/component/_content.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui/scss/component/_content.scss b/ui/scss/component/_content.scss index 9cd27f0aa..bb22a092f 100644 --- a/ui/scss/component/_content.scss +++ b/ui/scss/component/_content.scss @@ -2,6 +2,10 @@ @extend .card; position: absolute; top: var(--spacing-l); + + @media (max-width: $breakpoint-small) { + top: var(--spacing-s); + } } .content__viewer--inline {