From 808ee3b5842ca30c4286ba43fced4d3984b57bcb Mon Sep 17 00:00:00 2001 From: "M. Taylor Saotome-Westlake" Date: Fri, 8 Sep 2017 16:32:48 -0700 Subject: [PATCH] knock font size down 2 points On my screen, the blog has always looked better at 90%. --- theme/static/css/main.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/theme/static/css/main.css b/theme/static/css/main.css index 8ca121f..4dadf32 100644 --- a/theme/static/css/main.css +++ b/theme/static/css/main.css @@ -3,7 +3,7 @@ @import url("pygment.css"); -/* Latout */ +/* Layout */ article, figcaption, @@ -23,8 +23,7 @@ html { } body { font-family: 'Source Sans Pro', sans-serif; - font-size: 16px; - line-height: 150%; + font-size: 14px; text-align: left; color: #1D1D1D; padding: 0; -- 2.17.1