Fix image sizing for logo in IE11

This commit is contained in:
Joe Fiorini 2015-06-01 10:25:10 -04:00
parent 06464333a6
commit 809cbcb6e4

View File

@ -99,7 +99,7 @@
&-logo {
height: 34px;
width: auto;
width: 165px; // IE11 needs hard-coded with to calculate correct dimensions for image in flexbox
align-self: center;
}