Skip to content

Instantly share code, notes, and snippets.

@mkrdip
Created October 13, 2015 12:59
Show Gist options
  • Save mkrdip/46adc2e4676004e58867 to your computer and use it in GitHub Desktop.
Save mkrdip/46adc2e4676004e58867 to your computer and use it in GitHub Desktop.
Make a Div & it's all elements smaller
.small {
transform: scale(0.8, 0.8);
-ms-transform: scale(0.8, 0.8); /* IE 9 */
-webkit-transform: scale(0.8, 0.8); /* Safari and Chrome */
-o-transform: scale(0.8, 0.8); /* Opera */
-moz-transform: scale(0.8, 0.8); /* Firefox */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment