Removed obsolete CSS rule

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
Jim Martens 2019-06-08 17:57:08 +02:00
parent 3231856fc9
commit 2aa7f06f3a
1 changed files with 0 additions and 8 deletions

View File

@ -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;
}