Last active
May 14, 2018 08:10
-
-
Save Mamboleoo/f6fec8d0aacf9e69c803c41741cd84e4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:root { | |
--spacing-s: 1.5rem; | |
--spacing-m: 5rem; | |
--spacing-l: 10rem; | |
--spacing-xl: 10rem; | |
@media (min-width: 700px) { | |
--spacing-s: 2rem; | |
--spacing-m: 6rem; | |
--spacing-l: 12.5rem; | |
--spacing-xl: 20rem; | |
} | |
@media (min-width: 1400px) { | |
--spacing-s: 2.5rem; | |
--spacing-m: 7rem; | |
--spacing-l: 17.5rem; | |
--spacing-xl: 25rem; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment