From 2aa7f06f3a7bc8d19b99bae70b8496a7f05453f6 Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Sat, 8 Jun 2019 17:57:08 +0200 Subject: [PATCH] Removed obsolete CSS rule Signed-off-by: Jim Martens --- _assets/css/critical.scss | 8 -------- 1 file changed, 8 deletions(-) diff --git a/_assets/css/critical.scss b/_assets/css/critical.scss index 671be96..dd8f6fd 100644 --- a/_assets/css/critical.scss +++ b/_assets/css/critical.scss @@ -73,14 +73,6 @@ $navbarHeight: 58px; margin-top: 2*$navbarHeight + 15px; } -*[id]:before { - display: block; - content: " "; - margin-top: -2*$navbarHeight; // Set the Appropriate Height - height: 2*$navbarHeight; // Set the Appropriate Height - visibility: hidden; -} - #countdown:before { display: inline; }