From df2cf24fdf588c9e42addf8f958baa689f4ab610 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Tue, 17 Sep 2019 23:50:56 -0400 Subject: [PATCH] reduce font size on blog posts --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index ceec9f48..5d83001c 100644 --- a/static/style.css +++ b/static/style.css @@ -597,6 +597,7 @@ body#notes footer div#panda span { /* Single Post */ body#notes main#single article div#content, body#notes main#single article div#content p { + font-size: 16px; line-height: 1.7; object-fit: contain; }