From d48adc2ae405040653014f9eb0ded02e4057111e Mon Sep 17 00:00:00 2001 From: Connor Hudson Date: Wed, 1 Aug 2018 10:26:26 -0400 Subject: [PATCH] Set more position properties to fix banner centering on android chrome --- src/views/splash/beta/top-banner.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/splash/beta/top-banner.scss b/src/views/splash/beta/top-banner.scss index caf8017c2..b30226fac 100644 --- a/src/views/splash/beta/top-banner.scss +++ b/src/views/splash/beta/top-banner.scss @@ -15,7 +15,9 @@ .beta-top-container { position: absolute; top: 0; + right: 0; bottom: 0; + left: 0; margin: auto; height: 15rem; }