change: addjust squirrlines
All checks were successful
Deploy to Cloudflare Pages / publish (push) Successful in 45s

This commit is contained in:
Dirty REdOG 2026-07-04 20:25:06 -05:00
parent 55dc02373b
commit c3f4b33fde

View file

@ -44,10 +44,10 @@
.ears .left { text-align: left; }
.ears .right { text-align: right; }
.masthead { padding: 6px 0 10px; display: flex; justify-content: center; }
.nameplate-svg { width: 100%; max-width: 700px; height: auto; display: block; animation: squirrel-flip 45s ease-in-out infinite; }
.nameplate-svg { width: 100%; max-width: 700px; height: auto; display: block; animation: squirrel-flip 15s ease-in-out infinite; }
@keyframes squirrel-flip {
0%, 88% { transform: rotate(0deg); }
90%, 96% { transform: rotate(180deg); }
0%, 80% { transform: rotate(0deg); }
82%, 96% { transform: rotate(180deg); }
98%, 100% { transform: rotate(360deg); }
}
.nameplate.left { text-align: right; padding-right: 6px; }