Created
May 14, 2017 14:31
-
-
Save eddiesigner/eddcbb18f225015dd7de01a96053edfb to your computer and use it in GitHub Desktop.
Simple Media Queries Source Example
This file contains 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
p { | |
margin: 0; | |
@media (mq('medium')) { | |
margin: 25px 0; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment