mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 10:35:13 -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 */
|
||||||
#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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue