Almost done

This commit is contained in:
2026-03-05 17:35:27 +01:00 Unverified
parent 278471e53b
commit e44fceaf32
30 changed files with 1077 additions and 572 deletions
+1 -3
View File
@@ -19,7 +19,6 @@
font-style: normal;
}
/* 1. Add your exact keyframes from the old site */
@keyframes animateright {
from {
right: -300px;
@@ -32,13 +31,12 @@
}
}
/* 2. Create a custom class to apply it */
.player-animation {
position: relative;
animation: animateright 1.5s;
}
:root {
@theme {
--font-beachday: 'Beachday', sans-serif;
--font-sans: var(--font-montserrat), sans-serif;
}