change: add some squirrlines
All checks were successful
Deploy to Cloudflare Pages / publish (push) Successful in 44s
All checks were successful
Deploy to Cloudflare Pages / publish (push) Successful in 44s
This commit is contained in:
parent
5640748083
commit
55dc02373b
1 changed files with 6 additions and 1 deletions
|
|
@ -44,7 +44,12 @@
|
|||
.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; }
|
||||
.nameplate-svg { width: 100%; max-width: 700px; height: auto; display: block; animation: squirrel-flip 45s ease-in-out infinite; }
|
||||
@keyframes squirrel-flip {
|
||||
0%, 88% { transform: rotate(0deg); }
|
||||
90%, 96% { transform: rotate(180deg); }
|
||||
98%, 100% { transform: rotate(360deg); }
|
||||
}
|
||||
.nameplate.left { text-align: right; padding-right: 6px; }
|
||||
.nameplate.right { text-align: left; padding-left: 6px; }
|
||||
.emblem { width: clamp(64px, 12vw, 104px); height: auto; display: block; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue