Created
June 17, 2020 03:43
-
-
Save juliettech13/5cae16af545de583f54341a678f14aba to your computer and use it in GitHub Desktop.
breakpoints
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
@media only screen and (min-width: 600px) { | |
.section { | |
width: 80% | |
} | |
.social-media-list li a { | |
color: pink | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment