Skip to content

Instantly share code, notes, and snippets.

@andrastudio
Last active August 29, 2015 14:08
Show Gist options
  • Save andrastudio/91131495300abd932d9b to your computer and use it in GitHub Desktop.
Save andrastudio/91131495300abd932d9b to your computer and use it in GitHub Desktop.
Merit - Make Event & Blog Posts Grid Align Centered
.post-grid {
margin: 0 auto;
text-align: center;
}
.post-grid article.hentry {
float: none;
display: inline-block;
text-align: left;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment