added kvk and btw number back, updated text colour text-muted

This commit is contained in:
becarta
2025-03-14 23:05:05 +01:00
parent cfee5b8e47
commit e0f172d66d
5 changed files with 16 additions and 12 deletions

View File

@@ -134,7 +134,7 @@ const {
/* Hover effect for details */
[data-details] {
transform-origin: top;
transition: max-height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
transition: max-height 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94),
opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
will-change: max-height, opacity;
}
@@ -146,7 +146,7 @@ const {
}
.group:hover [data-details] {
max-height: 500px; /* Large enough to fit content but still allows animation */
max-height: 550px; /* Large enough to fit content but still allows animation */
}
@keyframes fadeIn {