Increasing the font size on tweets in post pages

This commit is contained in:
Jocelyn Badgley (Twipped) 2021-04-14 19:02:24 -07:00
parent f045b91a3b
commit 5479b226e0

View File

@ -9,6 +9,11 @@
$avatarSize: 36px;
font-size: 12px;
body.post & {
font-size: 15px;
}
border: 1px solid $borderColor;
border-radius: .35em;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;