From ae864b131e3d9559a7ccc92fc399bb535e512fb1 Mon Sep 17 00:00:00 2001 From: Asutosh Palai Date: Mon, 27 Feb 2017 21:37:09 +0530 Subject: [PATCH] Fixed the spacing in cover header --- css/base.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/base.scss b/css/base.scss index eaca1bf..922ddd8 100644 --- a/css/base.scss +++ b/css/base.scss @@ -242,7 +242,7 @@ nav { text-decoration: none; } - .cover-link:hover { + .cover-title-label:hover, .cover-link:hover { text-decoration: none; color: rgb(174, 170, 170); } @@ -286,7 +286,7 @@ nav { } .cover-excerpt { - margin-top: 20px; + margin-top: 12px; } // ============= /HOME-HEADER ============= //