Fix Codey positioning

This commit is contained in:
Amy 2021-07-27 00:04:56 -04:00
parent d66c3ba8ad
commit 78e70ec530
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
.codey {
position: absolute;
top: 78%;
bottom: calc(-124rem / 16);
right: 20%;
z-index: -1;
}