Skip to content

Instantly share code, notes, and snippets.

@elliotforbes
Created November 4, 2015 20:42
Show Gist options
  • Save elliotforbes/45256f5ddffa5f5b908d to your computer and use it in GitHub Desktop.
Save elliotforbes/45256f5ddffa5f5b908d to your computer and use it in GitHub Desktop.
.list{
display: flex;
flex-wrap: wrap;
}
.list-item{
background-color: #eee;
display: flex;
color: white;
}
.list-content{
padding: 1.5em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment