added kvk and btw number back, updated text colour text-muted
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user