From b861ce84824590fff469d07a9a07056da19ec629 Mon Sep 17 00:00:00 2001 From: steven-y-e Date: Wed, 29 Sep 2021 16:20:26 -0400 Subject: [PATCH] fix(styles): shrank fonts again noticed "Professional" in a header overflows horizontally so i had to make it smaller --- blog/themes/mineral/static/css/skeleton.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/blog/themes/mineral/static/css/skeleton.css b/blog/themes/mineral/static/css/skeleton.css index ad0dfbd..d24e310 100644 --- a/blog/themes/mineral/static/css/skeleton.css +++ b/blog/themes/mineral/static/css/skeleton.css @@ -143,10 +143,10 @@ h6 { font-size: 1.4rem; line-height: 1.6; letter-spacing: 0; } /* Larger than phablet */ @media (min-width: 550px) { - h1 { font-size: 5.0rem; } - h2 { font-size: 4.2rem; } - h3 { font-size: 3.6rem; } - h4 { font-size: 3.0rem; } + h1 { font-size: 4.0rem; } + h2 { font-size: 3.2rem; } + h3 { font-size: 3.0rem; } + h4 { font-size: 2.8rem; } h5 { font-size: 2.4rem; } h6 { font-size: 1.5rem; } }