fix: animation jitter

This commit is contained in:
Torsten Dittmann
2023-09-26 00:02:00 +02:00
parent f173c591f8
commit dc90d356ca

View File

@@ -434,15 +434,12 @@
padding-block-start: 1.5rem;
}
&:not(:last-child)[data-active] {
// padding-block-end: 4.25rem;
}
transition: 100ms ease;
&[data-active] {
h3 {
color: hsl(var(--aw-color-primary));
margin-block-end: 0.75rem;
}
}
}
@@ -459,7 +456,6 @@
h4 {
color: hsl(var(--aw-color-primary));
margin-block-start: 0.75rem;
}
p {