Fix more flexbug issues for IE11

This commit is contained in:
Ryan Watters 2017-03-14 12:03:54 -05:00
parent 1b6431e146
commit 78cc9e20ac
2 changed files with 2 additions and 5 deletions

View File

@ -29,10 +29,6 @@ ul.animated {
@include MQ(M) {
min-width: 320px;
}
margin: {
left: auto;
right: auto;
}
li {
display: flex;
a {
@ -233,6 +229,7 @@ ul.animated {
margin-right: auto;
display: flex;
flex-direction: column;
max-width: 100%;
align-items: center;
@include MQ(L) {
width: $L * .4;

File diff suppressed because one or more lines are too long