Skip to content

Instantly share code, notes, and snippets.

@Mamboleoo
Last active May 14, 2018 08:10
Show Gist options
  • Save Mamboleoo/f6fec8d0aacf9e69c803c41741cd84e4 to your computer and use it in GitHub Desktop.
Save Mamboleoo/f6fec8d0aacf9e69c803c41741cd84e4 to your computer and use it in GitHub Desktop.
: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