Moved the scrolling text to Vue since it needs some JS and custom
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m16s

styling not available in Tailwind
This commit is contained in:
2026-01-30 13:28:37 -07:00
parent f7fd011660
commit cf4a4827df
6 changed files with 632 additions and 303 deletions

View File

@@ -43,8 +43,3 @@ html {
body {
font-family: "Roboto Slab Variable", serif;
}
.text-rotate:hover,
.text-rotate:hover * {
animation-play-state: running !important;
}