nav - add arrow on category

This commit is contained in:
isUnknown 2024-09-10 18:58:21 +02:00
parent e9f0b0c725
commit 362e34d3ea

View file

@ -209,6 +209,7 @@
margin-top: 3rem;
}
.expanded-nav__category .toggle {
display: block;
transform: rotate(0deg);
transition: transform 0.2s ease-in-out;
}