From 5f3516fc39799cd232d0c816748540517be4c9be Mon Sep 17 00:00:00 2001 From: etherware-novice <73374039+etherware-novice@users.noreply.github.com> Date: Tue, 6 Aug 2024 08:17:27 -0500 Subject: [PATCH] moves the player down a bit --- _sass/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/main.scss b/_sass/main.scss index 5826723..ddf49d6 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -80,7 +80,7 @@ img { display: flex; justify-content: flex-end; position: fixed; - bottom: 15vh; left: 4vw; + bottom: 10vh; left: 4vw; padding: 10px; gap: 10px; width: 25vw;