Skip to content

Instantly share code, notes, and snippets.

@rfaile313
Created January 24, 2018 22:38
Show Gist options
  • Save rfaile313/0675de9678d82555259462325b575cac to your computer and use it in GitHub Desktop.
Save rfaile313/0675de9678d82555259462325b575cac to your computer and use it in GitHub Desktop.
.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