Created
January 24, 2018 22:38
-
-
Save rfaile313/0675de9678d82555259462325b575cac to your computer and use it in GitHub Desktop.
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
.display-posts-listing { | |
display: flex; | |
flex-direction: column; | |
} | |
.display-posts-listing li:nth-child(1) { | |
order: 2; | |
} | |
.display-posts-listing li:nth-child(2) { | |
order: 3; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment