Last active
July 4, 2018 13:27
-
-
Save Mamboleoo/17d7f3846d901885ed0d48faa5042b22 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
.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