From 78e70ec530eb74315276ccdb45a656192ad13d73 Mon Sep 17 00:00:00 2001 From: Amy Date: Tue, 27 Jul 2021 00:04:56 -0400 Subject: [PATCH] Fix Codey positioning --- pages/index.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/index.module.css b/pages/index.module.css index 7e70d2a2..797e4158 100644 --- a/pages/index.module.css +++ b/pages/index.module.css @@ -45,7 +45,7 @@ .codey { position: absolute; - top: 78%; + bottom: calc(-124rem / 16); right: 20%; z-index: -1; }