mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 02:25:12 -05:00
feat: fixed 1px space
This commit is contained in:
parent
736b71a5c2
commit
81f4b84591
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@
|
|||
|
||||
/* Nav bar */
|
||||
#nav-bar {
|
||||
height: 1px;
|
||||
min-height: 1px !important;
|
||||
height: 0px;
|
||||
min-height: 0px !important;
|
||||
overflow: hidden;
|
||||
transition: height 0.3s ease-in-out;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue