From a3d6a740f3ab2806b7feae649df4bcc29534d2ad Mon Sep 17 00:00:00 2001 From: Essam Date: Wed, 22 May 2024 21:44:46 +0300 Subject: [PATCH] Minor bug fix --- _css/nav.css | 5 +++++ _libs/nav/head.js | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/_css/nav.css b/_css/nav.css index abd674ab..3153bca5 100644 --- a/_css/nav.css +++ b/_css/nav.css @@ -61,6 +61,7 @@ nav ul li { font-weight: 500; } + .nav-dropdown li { float: none; } @@ -156,3 +157,7 @@ nav ul li ul li a { font-size: 0.9rem; font-weight: 400; } + +#home { + display: none; +} \ No newline at end of file diff --git a/_libs/nav/head.js b/_libs/nav/head.js index 72c2c4c3..968b485e 100644 --- a/_libs/nav/head.js +++ b/_libs/nav/head.js @@ -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",