Massage the grid layout

This commit is contained in:
Michael Rose
2016-03-20 15:20:33 -04:00
parent 1e3b62d893
commit 780b30c9f6
12 changed files with 56 additions and 39 deletions

View File

@ -5,10 +5,10 @@
.archive {
margin-bottom: 2em;
@include breakpoint($medium) {
@include span(10 of 12 last);
@include span(12 of 12);
}
@include breakpoint($large) {
@include suffix(3 of 12);
@include span(10 of 12 last);
}
@include breakpoint($x-large) {
@include prefix(0.5 of 12);