latest changes

This commit is contained in:
2025-06-17 08:01:10 -07:00
parent edcad561a5
commit 4c48d7ccbd
50 changed files with 1735 additions and 195 deletions

View File

@@ -0,0 +1,31 @@
section.accordian-content {
padding: 4rem 0;
.accordian-item {
margin: 3rem 0;
box-shadow: 0 0 20px rgba($c-black, 0.1);
padding: 1rem;
svg {
transition: transform $transition-time ease;
}
&.expanded {
svg {
transform: rotate(180deg);
}
}
.content {
display: none;
}
}
a {
@extend .montserrat;
color: $c-brightRed;
text-decoration: none;
font-weight: bold;
text-transform: uppercase;
}
}