Created
April 22, 2018 18:23
-
-
Save Kelin2025/c505b020147e5c676d1653f4cc7fe6ff 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
@media only screen and (max-width: 576px) { | |
.post__item { | |
flex-direction: column; | |
} | |
.post__image { | |
flex: 0 auto; | |
height: auto; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment