Advertisement
raselmahmud24

IE10+ viewport fix

Nov 27th, 2014
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.07 KB | None | 0 0
  1. @-ms-viewport{
  2. width:device-width
  3. }
  4.  
  5. @viewport{
  6. width:device-width
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement