From 5479b226e04a2cde15b1c447cfe40281239a3b96 Mon Sep 17 00:00:00 2001 From: "Jocelyn Badgley (Twipped)" Date: Wed, 14 Apr 2021 19:02:24 -0700 Subject: [PATCH] Increasing the font size on tweets in post pages --- scss/_tweet.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scss/_tweet.scss b/scss/_tweet.scss index 0eac39f..b9bb080 100644 --- a/scss/_tweet.scss +++ b/scss/_tweet.scss @@ -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;