Adjust white-space around feature row items

This commit is contained in:
Michael Rose 2016-04-14 12:23:32 -04:00
parent 84e85c0f14
commit fe124580af
3 changed files with 23 additions and 5 deletions

View file

@ -151,6 +151,7 @@ a:hover {
font-size: 1.25rem;
@include breakpoint($small) {
margin-bottom: 0;
text-align: center;
@include gallery(4 of 12);
@ -160,11 +161,20 @@ a:hover {
}
}
.archive__item-body {
padding-left: 0.5em;
padding-right: 0.5em;
}
&--left {
@include full();
margin-bottom: 2em;
// margin-bottom: 2em;
font-size: 1.25rem;
.archive__item-teaser {
margin-bottom: 2em;
}
@include breakpoint($small) {
.archive__item-teaser {
@include span(5 of 12);
@ -180,9 +190,13 @@ a:hover {
&--right {
@include full();
margin-bottom: 2em;
// margin-bottom: 2em;
font-size: 1.25rem;
.archive__item-teaser {
margin-bottom: 2em;
}
@include breakpoint($small) {
text-align: right;
@ -200,9 +214,13 @@ a:hover {
&--center {
@include full();
margin-bottom: 2em;
// margin-bottom: 2em;
font-size: 1.25rem;
.archive__item-teaser {
margin-bottom: 2em;
}
@include breakpoint($small) {
text-align: center;

View file

@ -47,7 +47,7 @@ h6 {
font-size: $type-size-6;
}
small {
small, .small {
font-size: $type-size-6;
}

File diff suppressed because one or more lines are too long