image spacing fix

This commit is contained in:
Jeremy Kauffman 2016-04-28 13:16:16 -04:00
parent f605400ba2
commit 245112de34

View file

@ -21,6 +21,10 @@
{ {
@include anchor($color-primary); @include anchor($color-primary);
} }
img + p
{
margin-top: $spacing-vertical;
}
} }
.post-author-spotlight .post-author-spotlight
{ {