diff --git a/src/style.css b/src/style.css index 7f5fe9a..aeb7e4d 100644 --- a/src/style.css +++ b/src/style.css @@ -370,7 +370,7 @@ body { align-items: center; justify-content: center; position: relative; - overflow: visible; + overflow: hidden; } .server-drive-bay { @@ -1676,6 +1676,9 @@ footer p { .nav-links.active li:nth-child(3) { transition-delay: 0.15s; } .nav-links.active li:nth-child(4) { transition-delay: 0.2s; } .nav-links.active li:nth-child(5) { transition-delay: 0.25s; } + .nav-links.active li:nth-child(6) { transition-delay: 0.3s; } + .nav-links.active li:nth-child(7) { transition-delay: 0.35s; } + .nav-links.active li:nth-child(8) { transition-delay: 0.4s; } .hamburger { display: flex;