change: 50% 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
3cfbd2d1ae
commit
9256b4c1d1
1 changed files with 4 additions and 4 deletions
|
|
@ -44,11 +44,11 @@
|
||||||
.ears .left { text-align: left; }
|
.ears .left { text-align: left; }
|
||||||
.ears .right { text-align: right; }
|
.ears .right { text-align: right; }
|
||||||
.masthead { padding: 6px 0 10px; display: flex; justify-content: center; }
|
.masthead { padding: 6px 0 10px; display: flex; justify-content: center; }
|
||||||
.nameplate-svg { width: 100%; max-width: 700px; height: auto; display: block; animation: squirrel-flip 30s ease-in-out infinite; }
|
.nameplate-svg { width: 100%; max-width: 700px; height: auto; display: block; animation: squirrel-flip 24s ease-in-out infinite; }
|
||||||
@keyframes squirrel-flip {
|
@keyframes squirrel-flip {
|
||||||
0%, 80% { transform: rotate(0deg); }
|
0%, 46% { transform: rotate(0deg); }
|
||||||
82%, 96% { transform: rotate(180deg); }
|
50%, 96% { transform: rotate(180deg); }
|
||||||
98%, 100% { transform: rotate(360deg); }
|
100% { transform: rotate(360deg); }
|
||||||
}
|
}
|
||||||
.nameplate.left { text-align: right; padding-right: 6px; }
|
.nameplate.left { text-align: right; padding-right: 6px; }
|
||||||
.nameplate.right { text-align: left; padding-left: 6px; }
|
.nameplate.right { text-align: left; padding-left: 6px; }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue