From d8cae77f56c4c2952e88799fe4b4fbfdb656382a Mon Sep 17 00:00:00 2001 From: JohnnyZB <50960476+JohnnyZB@users.noreply.github.com> Date: Thu, 7 Jan 2021 17:57:33 +0300 Subject: [PATCH] make the big text less big --- 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 f53097e..56cae8e 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: 2.25rem; + font-size: 1.5rem; } h2 { - font-size: 1.875rem; + font-size: 1.5rem; } h3 { font-size: 1.5rem;