Last active
December 13, 2016 12:19
-
-
Save tobyl/03ddcc60db4b04e06ba64fb63b2e0284 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
body { | |
margin: 20px 0 0 0; | |
} | |
@media (min-width: 768px) { | |
body { | |
margin: 0 20px 0 20px; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment