Align grid items on the left

use `flex-start` with margins to ensure proper spacing between, while still starting at the left of each row.
This commit is contained in:
Matthew Taylor 2016-08-24 10:23:26 -04:00
parent 515bb59bc8
commit 28f96a1d0d

View file

@ -15,10 +15,11 @@
margin: 0 auto;
padding: 12px;
width: $cols12;
justify-content: space-between;
justify-content: flex-start;
}
.thumbnail {
margin: 6px;
padding: 0;
&.project {