From cca3fb9901c31360da8d94e8f126e635ff2f9330 Mon Sep 17 00:00:00 2001 From: sergiotarxz Date: Thu, 22 Oct 2020 19:02:07 +0200 Subject: [PATCH] fix: Allowing site title with bigger length words. --- css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/style.css b/css/style.css index 705eb00..8cac555 100755 --- a/css/style.css +++ b/css/style.css @@ -67,6 +67,7 @@ h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: 20px; font-weight: 300; + font-size-adjust: 0.4; } #fh5co-main { clear: both;