Add wide modifier to archive layout

This commit is contained in:
Michael Rose
2018-03-20 14:47:13 -04:00
parent ba5d25c419
commit 31b20a6ad0
3 changed files with 26 additions and 1 deletions

View File

@ -317,3 +317,19 @@
font-size: 1em;
}
}
/*
Wide Pages
========================================================================== */
.wide {
.archive {
@include breakpoint($large) {
padding-right: 0;
}
@include breakpoint($x-large) {
padding-right: 0;
}
}
}