Fix more IE11 homepage layout issues

This commit is contained in:
Ryan Watters 2017-03-14 12:21:10 -05:00
parent 78cc9e20ac
commit 110f3086ec
2 changed files with 3 additions and 1 deletions

View File

@ -177,6 +177,8 @@ ul.animated {
order: 1;
display: flex;
justify-content: space-around;
margin-left: auto;
margin-right: auto;
@include MQ(M) {
max-width: 48%;
order: 2;

File diff suppressed because one or more lines are too long