Skip to content

Instantly share code, notes, and snippets.

@fixable11
Created April 21, 2018 14:18
Show Gist options
  • Save fixable11/6bda6e66b5e7396f3b86888fc66a9540 to your computer and use it in GitHub Desktop.
Save fixable11/6bda6e66b5e7396f3b86888fc66a9540 to your computer and use it in GitHub Desktop.
// for IE
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
.nameBox__imgWrap
border-radius: 50%
// for Edge
@supports (-ms-ime-align:auto)
.nameBox__imgWrap
border-radius: 50%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment