While we're doing unholy things with the positioning of these buttons anyway

This commit is contained in:
benjamin melançon 2019-10-01 14:13:06 -04:00
parent 9dc6f27ead
commit 1022f298ac

View file

@ -67,4 +67,6 @@
/* 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;
position: relative;
top: -0.333rem;
} }