chore: cross over kubernetes on landing hero

This commit is contained in:
Pavel Sviderski
2025-05-09 22:56:07 +10:00
parent f49ec465d0
commit dfa6e001c5
2 changed files with 55 additions and 8 deletions
+20
View File
@@ -1185,6 +1185,10 @@ input[type="search"]::-webkit-search-results-decoration {
transition: y 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), width 0.1s ease-out;
}
.pointer-events-none{
pointer-events: none;
}
.visible{
visibility: visible;
}
@@ -1201,6 +1205,10 @@ input[type="search"]::-webkit-search-results-decoration {
position: relative;
}
.inset-0{
inset: 0px;
}
.top-2{
top: 0.5rem;
}
@@ -1209,6 +1217,10 @@ input[type="search"]::-webkit-search-results-decoration {
z-index: -10;
}
.z-10{
z-index: 10;
}
.z-30{
z-index: 30;
}
@@ -1290,6 +1302,10 @@ input[type="search"]::-webkit-search-results-decoration {
display: block;
}
.inline-block{
display: inline-block;
}
.inline{
display: inline;
}
@@ -1338,6 +1354,10 @@ input[type="search"]::-webkit-search-results-decoration {
height: 2rem;
}
.h-full{
height: 100%;
}
.min-h-screen{
min-height: 100vh;
}