Added scrolling text
Some checks failed
Build and Deploy / build-and-push (push) Failing after 51s

This commit is contained in:
2025-12-22 15:10:17 -07:00
parent 90cd82d320
commit ecfc163255
3 changed files with 41 additions and 6 deletions

View File

@@ -43,3 +43,8 @@ html {
body {
font-family: 'Inter Variable', system-ui, -apple-system, sans-serif;
}
.text-rotate:hover,
.text-rotate:hover * {
animation-play-state: running !important;
}