fix menu fade in and server drive bay overflow
Build and Push Container / build-and-push (push) Successful in 28s
Build and Push Container / build-and-push (push) Successful in 28s
This commit is contained in:
+4
-1
@@ -370,7 +370,7 @@ body {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: visible;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.server-drive-bay {
|
.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(3) { transition-delay: 0.15s; }
|
||||||
.nav-links.active li:nth-child(4) { transition-delay: 0.2s; }
|
.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(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 {
|
.hamburger {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user