From a9c777c28f441c0b89ab2a55538067628111577f Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Wed, 5 Sep 2018 13:51:44 -0400 Subject: [PATCH] dont use flexbox to lay this out because IE --- styles/sections/_login.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/styles/sections/_login.scss b/styles/sections/_login.scss index 9234f5cb..05bb15ae 100644 --- a/styles/sections/_login.scss +++ b/styles/sections/_login.scss @@ -1,13 +1,14 @@ .login-layout { - align-items: center; - justify-content: center; + display: block; .login-container { max-width: 70rem; + margin-left: auto; + margin-right: auto; .login-banner { text-align: center; - margin-bottom: $gap * 10; + margin: ($gap * 5) 0 ($gap * 10); .login-banner__heading { @include h1;