Remove empty gap from featured homepage image, to match look of content
This commit is contained in:
parent
772a5718ab
commit
6f0be229ae
1 changed files with 5 additions and 0 deletions
|
@ -59,6 +59,11 @@
|
||||||
margin-bottom: 1.2rem;
|
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. */
|
/* I know this is wrong but it seems to work flawlessly across sizes. */
|
||||||
.more-link {
|
.more-link {
|
||||||
float: right;
|
float: right;
|
||||||
|
|
Loading…
Add table
Reference in a new issue