Commit 700d146c authored by kushalpandya's avatar kushalpandya

Fix spacing between nav and dropdown to be consistent with other dropdowns

parent cdd8f2f3
...@@ -166,7 +166,7 @@ input[type="checkbox"]:hover { ...@@ -166,7 +166,7 @@ input[type="checkbox"]:hover {
.dropdown-menu { .dropdown-menu {
transition-duration: 100ms, 75ms; transition-duration: 100ms, 75ms;
transition-delay: 75ms, 100ms; transition-delay: 75ms, 100ms;
transform: translateY(13px); transform: translateY(7px);
opacity: 1; opacity: 1;
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment