mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-06 12:57:48 +00:00
fix: animation jitter
This commit is contained in:
@@ -434,15 +434,12 @@
|
|||||||
padding-block-start: 1.5rem;
|
padding-block-start: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:not(:last-child)[data-active] {
|
|
||||||
// padding-block-end: 4.25rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
transition: 100ms ease;
|
transition: 100ms ease;
|
||||||
|
|
||||||
&[data-active] {
|
&[data-active] {
|
||||||
h3 {
|
h3 {
|
||||||
color: hsl(var(--aw-color-primary));
|
color: hsl(var(--aw-color-primary));
|
||||||
|
margin-block-end: 0.75rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -459,7 +456,6 @@
|
|||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
color: hsl(var(--aw-color-primary));
|
color: hsl(var(--aw-color-primary));
|
||||||
margin-block-start: 0.75rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
|||||||
Reference in New Issue
Block a user