Skip to content

Commit a3d6a74

Browse files
committed
Minor bug fix
1 parent 6cb589c commit a3d6a74

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

_css/nav.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ nav ul li {
6161
font-weight: 500;
6262
}
6363

64+
6465
.nav-dropdown li {
6566
float: none;
6667
}
@@ -156,3 +157,7 @@ nav ul li ul li a {
156157
font-size: 0.9rem;
157158
font-weight: 400;
158159
}
160+
161+
#home {
162+
display: none;
163+
}

_libs/nav/head.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const navItems = [
2-
// { name: "Home", href: "/", sections: [], sectionItemWidth: "", id: "home" },
2+
{ name: "Home", href: "/", sections: [], sectionItemWidth: "", id: "home" },
33
{
44
name: "Data Basics",
55
id: "data",

0 commit comments

Comments
 (0)