From 094a2b56bf35cffc2aa03e351a8ee3112e1df793 Mon Sep 17 00:00:00 2001 From: JohnnyZB <50960476+JohnnyZB@users.noreply.github.com> Date: Thu, 7 Jan 2021 18:03:55 +0300 Subject: [PATCH] revert the general body font sizes --- assets/css/beautifuljekyll.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/beautifuljekyll.css b/assets/css/beautifuljekyll.css index bc570ca..d8d8b4a 100644 --- a/assets/css/beautifuljekyll.css +++ b/assets/css/beautifuljekyll.css @@ -31,10 +31,10 @@ h1,h2,h3,h4,h5,h6 { line-height: 1.1; } h1 { - font-size: 1.5rem; + font-size: 2.25rem; } h2 { - font-size: 1.5rem; + font-size: 1.875rem; } h3 { font-size: 1.5rem;