This commit is contained in:
NikGob
2025-09-22 20:17:34 +03:00
parent f96aa1a348
commit 34696e69c9
5 changed files with 32 additions and 3 deletions

View File

@@ -20,6 +20,16 @@
transition: height 0.6s cubic-bezier(0.4, 0, 0.2, 1), min-height 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
&--clickable {
cursor: pointer;
transition: transform 0.2s ease, box-shadow 0.2s ease;
&:hover {
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
}
@media (min-width: 1800px) {
height: 480px;