more website fixes done
This commit is contained in:
@@ -124,15 +124,6 @@ body {
|
||||
radial-gradient(circle at 85% 70%, rgba(126, 231, 135, 0.05), transparent 35%);
|
||||
}
|
||||
|
||||
/* ---------- Soft float for the hero terminal ----------------------------- */
|
||||
@keyframes tp-float {
|
||||
0%, 100% { transform: translateY(0); }
|
||||
50% { transform: translateY(-6px); }
|
||||
}
|
||||
.tp-float {
|
||||
animation: tp-float 6s ease-in-out infinite;
|
||||
}
|
||||
|
||||
/* ---------- Glass nav ---------------------------------------------------- */
|
||||
.tp-nav {
|
||||
background: rgba(9, 9, 11, 0.65);
|
||||
|
||||
Reference in New Issue
Block a user