From 6686875f3fca819ff54c81a3d64c01bbe713b5af Mon Sep 17 00:00:00 2001 From: Zak Timson Date: Tue, 3 May 2022 17:59:36 +0000 Subject: [PATCH] Shifted background image up --- src/styles.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles.scss b/src/styles.scss index 5fc4e18..601a7dc 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -60,6 +60,7 @@ body { margin: 0; font-family: Roboto, sans-serif; background: #354B72 url("/assets/img/ZaksCode.gif") no-repeat fixed center; + background-position: right 50% top -10vh; } .skirt {