collapsable sections - add transition

This commit is contained in:
isUnknown 2024-09-03 12:02:57 +02:00
parent 7efec15b2f
commit 674c65a25e
8 changed files with 35 additions and 28 deletions

View file

@ -11,6 +11,7 @@
--font-size-h1: 2.8125rem;
--curve-quick-slow: cubic-bezier(0.455, 0.03, 0.515, 0.955);
--curve-quick: cubic-bezier(0.23, 1, 0.32, 1);
--padding-vertical: 2rem;
--space-m: 4vw;