From 2934c8eb624debc661c7a62693ee02990a5be116 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt <sean@lbry.io> Date: Wed, 1 Apr 2020 16:42:56 -0400 Subject: [PATCH] fix mobile spacing --- ui/scss/component/_media.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/scss/component/_media.scss b/ui/scss/component/_media.scss index 2e95d0a17..df2ef5b2c 100644 --- a/ui/scss/component/_media.scss +++ b/ui/scss/component/_media.scss @@ -24,6 +24,7 @@ @media (max-width: $breakpoint-small) { position: static; transform: none; + margin-bottom: var(--spacing-xsmall); } // This is terrible and should not be removed