From d1d7b2e7115c947f7e47c451a69b610c02744dce Mon Sep 17 00:00:00 2001 From: Connor Hudson Date: Thu, 5 Jul 2018 15:26:34 -0400 Subject: [PATCH] Adjust middle banner width and margin to match other front page rows --- src/views/splash/beta/middle-banner.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/splash/beta/middle-banner.scss b/src/views/splash/beta/middle-banner.scss index 4833159a2..a1b55e258 100644 --- a/src/views/splash/beta/middle-banner.scss +++ b/src/views/splash/beta/middle-banner.scss @@ -53,6 +53,8 @@ @media only screen and (min-width: $tablet) and (max-width: $desktop - 1) { .beta-middle-banner { + margin: 20px auto 40px auto; + width: $cols8; height: initial; flex-direction: column;