Skip to content

Instantly share code, notes, and snippets.

@billerickson
Created October 16, 2012 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save billerickson/3899522 to your computer and use it in GitHub Desktop.
Save billerickson/3899522 to your computer and use it in GitHub Desktop.
.related-posts {
overflow: hidden;
width: 100%;
}
.related-posts .related-post {
width: 150px;
float: left;
margin-right: 20px;
background: #ef6b23;
}
.related-posts .related-post a {
color: #fff;
display: block;
text-align: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment