fix menu fade in and server drive bay overflow
Build and Push Container / build-and-push (push) Successful in 28s

This commit is contained in:
2026-05-28 16:28:46 -04:00
parent 54746f4636
commit 23ed5b510b
+4 -1
View File
@@ -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;