styling
All checks were successful
deploy to production / deploy (push) Successful in 50s

This commit is contained in:
Robin Grenzdörfer 2023-12-26 13:54:56 +00:00
parent 0f2411b0d2
commit 45e1104aa9

View File

@ -90,7 +90,10 @@
max-height: 10000px;
overflow: hidden;
transition: max-height 1s ease-in;
list-style-type: disc;
ul {
padding-left: 20px;
list-style-type: disc;
}
&.closed {
max-height: 0px;