Created
December 17, 2017 09:50
-
-
Save anytizer/6ef9c9e17cf147a1cc716f0b90d38b38 to your computer and use it in GitHub Desktop.
zoom.css
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
/** | |
* If a difference is detected, force to zoom | |
*/ | |
.zoomX{ | |
zoom: 150%; | |
-moz-transform: scale(1.5); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment