From c0d3825fe57259acdfc4ed15bad26a126b99d413 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Thu, 27 Apr 2017 10:18:57 -0400 Subject: [PATCH] Smaller post title on mobile --- css/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/styles.css b/css/styles.css index 5341cdf..ee207fd 100644 --- a/css/styles.css +++ b/css/styles.css @@ -1002,6 +1002,10 @@ html a.tag:hover { margin-bottom: 2rem; } + .post-title { + font-size: 2rem; + } + .post blockquote { padding-left: 1rem; margin-left: 0;