Fix login box alignment in IE

In IE 11, the login page form was being shown right-aligned on the
page. This is because of some IE interaction with margin: auto.
Removing that and relying on flexbox flow fixes it and makes the
form centered again.

LEARNER-3001
This commit is contained in:
Michael Terry
2017-12-29 11:36:49 -05:00
parent cc229ebb65
commit 4e05d43345

View File

@@ -104,7 +104,6 @@
$third-party-button-height: ($baseline*1.75);
display: block;
margin:auto;
max-width: 500px;
.instructions {