Skip to content

Instantly share code, notes, and snippets.

@new-village
Created September 6, 2014 15:23
Show Gist options
  • Save new-village/f8af9148c6c0f73759c3 to your computer and use it in GitHub Desktop.
Save new-village/f8af9148c6c0f73759c3 to your computer and use it in GitHub Desktop.
app/assets/stylesheets/masonry.css.scss
article {
margin: 0 auto;
height: 100%;
}
article > ul {
width: 310px; // iphone4sに合わせて310pxとした
margin: 5px;
overflow: hidden;
list-style-type: none;
padding-left: 6px;
}
.alignleft { float: left; }
.tile1 {
height: 100px;
background:#68BCBC;
}
.tile2 {
height: 200px;
background:#71AAD7;
}
.tile3 {
height: 300px;
background:#EBB056;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment