Fixed padding on nav-button in channel

This commit is contained in:
Kasper Rynning-Tønnesen
2017-02-15 17:01:40 +01:00
parent 5dfa27518e
commit efcd71cb02

View File

@@ -532,6 +532,10 @@ nav .brand-logo{
height:100%;
}
nav .brand-logo-navigate{
padding-left: 0px;
}
#fp-nav {
background-color:rgba(45,45,45,1);
position: fixed;