Adjust feature row styling when used on an archive layout

This commit is contained in:
Michael Rose 2018-01-17 12:54:11 -05:00
parent 97387fa59a
commit a86af6d6dc

View file

@ -299,3 +299,21 @@
}
}
}
/* Place inside an archive layout */
.archive {
.feature__wrapper {
.archive__item-title {
margin-top: 0.25em;
font-size: 1em;
}
}
.feature__item,
.feature__item--left,
.feature__item--center,
.feature__item--right {
font-size: 1em;
}
}