Fixed before value of countdown

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2019-04-28 12:55:51 +02:00
parent d59cb1f5c5
commit 606140000f

View File

@ -44,6 +44,10 @@ $navbarHeight: 58px;
visibility: hidden;
}
#countdown:before {
display: inline;
}
.site-header > .navbar {
background-color: $body-bg;
}