Tuesday, March 24, 2020

IE Specific Styles inside CSS File

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   //Stlyes
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   .padding-top-5{padding-top:5vh}  //vh-View Port Height
}