Position and style More link for articles

This commit is contained in:
benjamin melançon 2019-09-30 19:07:13 -04:00
parent 0a8a33df60
commit 382f65161e

View file

@ -58,3 +58,19 @@
.drum {
margin-bottom: 1.2rem;
}
/* I know this is wrong but it seems to work flawlessly across sizes. */
.more-link {
float: right;
}
/* @TODO move to _paint.scss */
.block-views-blockhome-page-views-block-articles .button,
.is-article {
background-color: $article;
color: $white;
a {
color: $white;
}
}