Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. :root {
  2. --ratio: 1.4;
  3. --font-size-sm: calc(var(--ratio) / 1rem);
  4. --font-size-md: 1rem;
  5. --font-size-lg: calc(var(--ratio) * 1rem);
  6. }
  7.  
  8. @media (min-width: 600px) {
  9. :root {
  10. --ratio: 1.55;
  11. }
  12. }
  13.  
  14. @media (min-width: 960px) {
  15. :root {
  16. --ratio: 1.7;
  17. }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement