Skip to content

Instantly share code, notes, and snippets.

@Kelin2025
Created April 22, 2018 18:23
Show Gist options
  • Save Kelin2025/c505b020147e5c676d1653f4cc7fe6ff to your computer and use it in GitHub Desktop.
Save Kelin2025/c505b020147e5c676d1653f4cc7fe6ff to your computer and use it in GitHub Desktop.
@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