Further work on professional

This commit is contained in:
Pieter Vander Vennet 2021-11-25 21:31:33 +01:00
parent 03c93b5a39
commit 4d5fd851b9
6 changed files with 193 additions and 61 deletions

View file

@ -473,3 +473,8 @@ li::marker {
height: var(--image-carousel-height);
width: unset;
}
.animate-height {
transition: max-height .5s ease-in-out;
overflow-y: hidden;
}