Untitled

mail@pastecode.io avatar
unknown
plain_text
a year ago
223 B
6
Indexable
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
	@media (min-width: 1200px), (min-width: 960px) and (-webkit-min-device-pixel-ratio: 1.25) {
		html {
			zoom: 1.0 !important;
		}
	}
}
Leave a Comment