Line 6: | Line 6: | ||
@import url(http://fonts.googleapis.com/css?family=Lato:400,700); | @import url(http://fonts.googleapis.com/css?family=Lato:400,700); | ||
+ | |||
+ | @media screen and (max-width: 1280px) and (max-height: 720px) { | ||
+ | html { | ||
+ | -webkit-transform: scale(.5); | ||
+ | -moz-transform: scale(.5); | ||
+ | transform: scale(.5); | ||
+ | |||
+ | // or simply zoom: 50% | ||
+ | } | ||
+ | } | ||
#content { | #content { |
Revision as of 09:40, 11 October 2016