From 858e425ba8970cafde2e25932d029300d3da8f07 Mon Sep 17 00:00:00 2001 From: JohnnyZB <50960476+JohnnyZB@users.noreply.github.com> Date: Thu, 7 Jan 2021 18:01:42 +0300 Subject: [PATCH] make other big text less big --- assets/css/beautifuljekyll.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/css/beautifuljekyll.css b/assets/css/beautifuljekyll.css index 56cae8e..bc570ca 100644 --- a/assets/css/beautifuljekyll.css +++ b/assets/css/beautifuljekyll.css @@ -652,11 +652,11 @@ nav.top-nav-short-permanent ~ header > .intro-header.big-img { } .intro-header .page-heading h1 { margin-top: 0; - font-size: 3.125rem; + font-size: 1.5rem; } .intro-header .post-heading h1 { margin-top: 0; - font-size: 2.1875rem; + font-size: 1.5rem; } .intro-header .page-heading .page-subheading, .intro-header .post-heading .post-subheading { @@ -705,10 +705,10 @@ nav.top-nav-short-permanent ~ header > .intro-header.big-img { padding: 9.375rem 0; } .intro-header .page-heading h1 { - font-size: 5rem; + font-size: 1.5rem; } .intro-header .post-heading h1 { - font-size: 3.125rem; + font-size: 1.5rem; } .intro-header.big-img .img-desc { font-size: 0.875rem;