From a74c2320fc6514d4f08f930323af67f1c90fccc3 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sat, 28 Oct 2023 16:11:14 +0200 Subject: [PATCH] Updated the Home styles.sass --- src/pages/Home/styles.sass | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/src/pages/Home/styles.sass b/src/pages/Home/styles.sass index 2f9ae68..7ef13b5 100644 --- a/src/pages/Home/styles.sass +++ b/src/pages/Home/styles.sass @@ -35,6 +35,17 @@ .bot-polly filter: drop-shadow(0px 0px 15px #2195f1) +.sheep + position: absolute + bottom: 0 + right: 4rem + +.sheepstar-img + position: absolute + bottom: 16rem + right: 15rem + height: 512px + .socials position: absolute bottom: 0 @@ -46,4 +57,8 @@ position: absolute bottom: 50px left: 20px - z-index: 20 \ No newline at end of file + z-index: 20 + +@media screen and (max-width: 1326px) + .sheep-container + display: none \ No newline at end of file