add option nav-short to have navbar permanently collapsed

This commit is contained in:
Dean Attali 2020-04-28 20:09:00 +00:00
parent b514a80381
commit 9bf17b2c40
4 changed files with 5 additions and 1 deletions

View file

@ -161,6 +161,7 @@ img {
transition: background .5s ease-in-out,padding .5s ease-in-out;
}
.navbar-custom.top-nav-short-permanent,
.navbar-custom.top-nav-short {
padding: 0;
}