Guest User

Untitled

a guest
Oct 18th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. body {
  2. font-size: 14px;
  3. }
  4. @media (max-width: 1200px) {
  5. body { font-size: 1.2em; }
  6. }
  7. @media (max-width: 768px) {
  8. body { font-size: 1.1; }
  9. }
  10. @media (max-width: 468px) {
  11. body { font-size: 1em; }
  12. }
Add Comment
Please, Sign In to add comment