Skip to content

Instantly share code, notes, and snippets.

@Mamboleoo
Last active July 4, 2018 13:27
Show Gist options
  • Save Mamboleoo/17d7f3846d901885ed0d48faa5042b22 to your computer and use it in GitHub Desktop.
Save Mamboleoo/17d7f3846d901885ed0d48faa5042b22 to your computer and use it in GitHub Desktop.
.block {
margin-bottom: 10rem;
}
@media (min-width: 700px) {
.block {
margin-bottom: 12.5rem;
}
}
@media (min-width: 1400px) {
.block {
margin-bottom: 17.5rem;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment