Guest User

Untitled

a guest
Jun 21st, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  2. @media (min-width:768px) {
  3. /* STYLING HERE */
  4. }
  5. }
  6.  
  7. @media all and (min-width:768px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  8. /* STYLING HERE */
  9. }
  10.  
  11. @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { {
  12. @media (min-width: 768px) and (max-width: 768px) {
  13. /* STYLING HERE */
  14. }
Add Comment
Please, Sign In to add comment