Skip to content

Instantly share code, notes, and snippets.

View rileyhilliard's full-sized avatar

Riley Hilliard rileyhilliard

View GitHub Profile
@rileyhilliard
rileyhilliard / CSS
Last active December 16, 2015 18:08
/* Controls width of the widget */
.badge-container {width:700px; margin: 0 auto;}
/* Makes Badges display inline */
#badges li { display: inline;}
/* Controls badges row offset */
#badges li:nth-child(20n+11) {margin-left:30px;}
/* Controls badges size and alignment */