Remove empty gap from featured homepage image, to match look of content

This commit is contained in:
benjamin melançon 2019-09-30 21:06:46 -04:00
parent 772a5718ab
commit 6f0be229ae

View file

@ -59,6 +59,11 @@
margin-bottom: 1.2rem;
}
/* Remove empty gap from featured homepage image, to match look of content. */
.block--highlighted {
margin-top: -1.5rem;
}
/* I know this is wrong but it seems to work flawlessly across sizes. */
.more-link {
float: right;