responsive adjustements

This commit is contained in:
Antoine M 2024-01-11 11:28:07 +01:00
parent f359580914
commit d6788e50e4

View File

@ -45,12 +45,12 @@
max-height: 0px;
}
100% {
max-height: 300px;
max-height: 800px;
}
}
@keyframes height-out {
0% {
max-height: 300px;
max-height: 800px;
}
100% {
max-height: 0px;
@ -59,7 +59,7 @@
@keyframes translate-in {
0% {
transform: translateY(0%);
transform: translateY(60%);
}
100% {
transform: translateY(100%);