0

I am having trouble with flex angular material, in IE10. I know that angular material doesn't support IE10, but instead of re-making the whole website I'm looking for additional css hacks to add to accomplish the same result. This is how the website looks in IE10.

enter image description here

This is my html

<div layout="row" layout-align="center end" layout-padding layout-wrap>
  <div layout="column" layout-align="start center" flex-xs="100" flex-gt-sm="50" flex-gt-md="33">
    <img id="computer" src="images/infographics/computer_w_marker.svg" alt=""/>
    <h2>text 1</h2>
    <p>text 1</p>
  </div>
  <div layout="column" layout-align="start center" flex-xs="100" flex-gt-sm="50" flex-gt-md="33">
    <img id="car" src="images/infographics/car_w_large_marker.svg" alt=""/>
    <h2>text 2</h2>
    <p>
      text 2
    </p>
  </div>
  <div layout="column" layout-align="start center" flex-xs="100" flex-gt-sm="50" flex-gt-md="33">
    <img id="sweden"/>
    <h2>text 3</h2>
    <p>
      text 3
    </p>
  </div>
</div>

Thanks

andrea
  • 103
  • 3
  • 14

0 Answers0