From 6cffb3217a37dfe9cebe3453db1cbc1402a9a795 Mon Sep 17 00:00:00 2001 From: "naresh.pin" Date: Sun, 18 Feb 2018 16:11:15 +0530 Subject: [PATCH] site title hiding issue fix. --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index f4f06a0..d38ba9b 100644 --- a/style.css +++ b/style.css @@ -1487,7 +1487,7 @@ a:hover, a:active { } } -.site-header .site-branding .site-title { +.site-title { font-size: 40px; line-height: 40px; text-decoration: none;