Adjust feature row spacing and font-sizes

This commit is contained in:
Michael Rose 2018-08-09 15:34:20 -04:00
parent 9c65724955
commit ec0f75b9c0

View file

@ -208,11 +208,15 @@
@include clearfix();
margin-bottom: 2em;
border-bottom: 1px solid $border-color;
.archive__item-title {
margin-bottom: 0;
}
}
.feature__item {
margin-bottom: 2em;
font-size: 1.25rem;
font-size: 1.125em;
@include breakpoint($small) {
float: left;
@ -240,13 +244,18 @@
}
}
.archive__item-body {
padding-left: gutter(1 of 12);
padding-right: gutter(1 of 12);
}
&--left {
float: left;
margin-left: 0;
margin-right: 0;
width: 100%;
clear: both;
font-size: 1.25rem;
font-size: 1.125em;
.archive__item-teaser {
margin-bottom: 2em;
@ -273,7 +282,7 @@
margin-right: 0;
width: 100%;
clear: both;
font-size: 1.25rem;
font-size: 1.125em;
.archive__item-teaser {
margin-bottom: 2em;
@ -288,7 +297,7 @@
}
.archive__item-body {
float: right;
float: left;
width: span(7 of 12);
padding-left: gutter(0.5 of 12);
padding-right: gutter(1 of 12);
@ -302,7 +311,7 @@
margin-right: 0;
width: 100%;
clear: both;
font-size: 1.25rem;
font-size: 1.125em;
.archive__item-teaser {
margin-bottom: 2em;