1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-25 09:17:03 +00:00

override line height of buttons

This commit is contained in:
trwnh 2019-03-22 00:31:38 -05:00
parent 7871397d14
commit 61158a788f

View file

@ -317,7 +317,8 @@ body, button, input, textarea {
}
.reactions button {
font-size: 1.575rem
font-size: 1.575rem;
line-height: 1;
}
}