Skip to content

Instantly share code, notes, and snippets.

@clarkus
Created April 17, 2014 21:12
Show Gist options
  • Select an option

  • Save clarkus/11011905 to your computer and use it in GitHub Desktop.

Select an option

Save clarkus/11011905 to your computer and use it in GitHub Desktop.
body {
padding: 2em;
}
.wrapper {
max-width: 100em;
margin: 0 auto;
}
.boards {
-moz-column-count: 3;
-moz-column-gap: 1em;
-webkit-column-count: 3;
-webkit-column-gap: 1em;
column-count: 3;
column-gap: 1em;
width:100%;
& > .board {
margin-bottom: 1em;
}
}
.board {
display:inline-block;
width:100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment