Skip to content

Commit

Permalink
Minor bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EssamWisam committed May 22, 2024
1 parent 6cb589c commit a3d6a74
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions _css/nav.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ nav ul li {
font-weight: 500;
}


.nav-dropdown li {
float: none;
}
Expand Down Expand Up @@ -156,3 +157,7 @@ nav ul li ul li a {
font-size: 0.9rem;
font-weight: 400;
}

#home {
display: none;
}
2 changes: 1 addition & 1 deletion _libs/nav/head.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const navItems = [
// { name: "Home", href: "/", sections: [], sectionItemWidth: "", id: "home" },
{ name: "Home", href: "/", sections: [], sectionItemWidth: "", id: "home" },
{
name: "Data Basics",
id: "data",
Expand Down

0 comments on commit a3d6a74

Please sign in to comment.