feat: fixed 1px space

This commit is contained in:
Nick 2024-10-16 17:15:16 -05:00
parent 736b71a5c2
commit 81f4b84591

View file

@ -16,8 +16,8 @@
/* Nav bar */ /* Nav bar */
#nav-bar { #nav-bar {
height: 1px; height: 0px;
min-height: 1px !important; min-height: 0px !important;
overflow: hidden; overflow: hidden;
transition: height 0.3s ease-in-out; transition: height 0.3s ease-in-out;
} }