custom drawings and animations for video

This commit is contained in:
2025-12-28 14:35:31 +01:00
parent c027921527
commit ca82c3357d
16 changed files with 5500 additions and 72 deletions
+2 -2
View File
@@ -270,11 +270,11 @@ header nav a:hover::after {
border-radius: 8px;
max-height: 0px;
transition: all 1.5s ease;
transition: all 1s ease;
}
.dropdown:hover .dropdown-content {
max-height: 200px;
max-height: 100vh;
}
header.collapsible {