Created
April 21, 2018 14:18
-
-
Save fixable11/6bda6e66b5e7396f3b86888fc66a9540 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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