diff --git a/website/style.css b/website/style.css index cee3821..12a4a1b 100644 --- a/website/style.css +++ b/website/style.css @@ -25,11 +25,11 @@ body { @keyframes crab { from { - top: -10vh + top: -200vh } to { - top: 100vh + top: 50vh } } @@ -41,6 +41,7 @@ body { line-height: 1; text-decoration: none; white-space: nowrap; + width: 50px; animation-name: crab; animation-fill-mode: backwards;