less padding on repost author

This commit is contained in:
Sean Yesmunt 2020-02-12 09:11:31 -05:00
parent f351c9eedf
commit 83ebe9a18f

View file

@ -426,7 +426,7 @@
}
.claim-preview__repost-author {
transform: translateY(calc(var(--spacing-small) * -1));
transform: translateY(calc(var(--spacing-xsmall) * -1));
font-size: var(--font-xsmall);
color: var(--color-text-subtitle);