Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /** Apply to devices smaller than 1024px in width. **/
- @media only screen and (max-width: 1024px) {
- body{
- zoom: 80%;
- }
- }
- /** Apply to all device sizes **/
- body{
- zoom: 80%;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement