From 60c0a89ed73bd42ce112b38c84d51fddd0b54b40 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sun, 19 Nov 2023 17:11:23 +0100 Subject: [PATCH] Updated the Home styles.sass --- client/src/pages/Home/styles.sass | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/client/src/pages/Home/styles.sass b/client/src/pages/Home/styles.sass index acfed10..7cd8d0a 100644 --- a/client/src/pages/Home/styles.sass +++ b/client/src/pages/Home/styles.sass @@ -75,6 +75,12 @@ margin: 0 text-align: center + &:hover + transform: scale(1.02) translateY(-0.5rem) + + &:active + transform: scale(0.95) translateY(0.5rem) + @media screen and (max-width: 1130px) .create-btn display: none \ No newline at end of file