hide navigation

This commit is contained in:
Serghei Mihai 2018-03-12 23:13:15 +01:00
parent c18085a4e5
commit 63880836eb
1 changed files with 5 additions and 0 deletions

View File

@ -929,6 +929,11 @@ div#cgu {
}
}
/* don't display navigation */
div#nav {
display: none;
}
/* scroll down animation effect */
/* credits from https://codepen.io/rightblog/pen/EagNMN */