From d6493fbdcea3a8ac81b6cce41b03e7828b4005e0 Mon Sep 17 00:00:00 2001 From: Jane Petrovna Date: Fri, 1 Apr 2022 23:02:02 -0400 Subject: [PATCH] fix crab --- website/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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;