Adjusts timing on homepage bounce

This commit is contained in:
Andrew Gioia 2026-05-14 09:04:25 -04:00
commit 42d8594003
Signed by: andrew
GPG key ID: FC09694A000800C8

View file

@ -845,15 +845,15 @@ body#default
will-change: transform, opacity;
&:nth-of-type(1) {
animation-delay: 100ms;
animation-delay: 1000ms;
}
&:nth-of-type(2) {
animation-delay: 200ms;
animation-delay: 1100ms;
}
&:nth-of-type(3) {
animation-delay: 300ms;
animation-delay: 1175ms;
}
}