1
0
Fork 0

Fix video add nave hiding

This commit is contained in:
Chocobozzz 2020-04-03 11:46:43 +02:00
parent ba80de3d3d
commit 23f1b9da15
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,10 @@ $border-color: #EAEAEA;
border-bottom: $border-width $border-type $border-color;
margin: 50px 0 0 0 !important;
&.hide-nav {
display: none !important;
}
a.nav-link {
@include disable-default-a-behaviour;