Almost done
This commit is contained in:
+1
-3
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user