From 1f428fc9ce547b51c29d9ab82c5f6a69d3900441 Mon Sep 17 00:00:00 2001 From: Anna Wiggins Date: Wed, 4 May 2016 15:26:42 -0400 Subject: [PATCH] Increase post preview title size. --- _sass/_layout.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/_layout.scss b/_sass/_layout.scss index 534da69..c572d11 100644 --- a/_sass/_layout.scss +++ b/_sass/_layout.scss @@ -198,7 +198,7 @@ .post-link { display: block; - font-size: $large-font-size; + font-size: $large-font-size * 1.25; }