From d7c6f3de015cd42c7694d955a96dbee1915dd891 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sun, 19 Nov 2023 15:51:40 +0100 Subject: [PATCH] Integrated animations in the Home styles.sass --- client/src/pages/Home/styles.sass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/src/pages/Home/styles.sass b/client/src/pages/Home/styles.sass index 35eee9c..acfed10 100644 --- a/client/src/pages/Home/styles.sass +++ b/client/src/pages/Home/styles.sass @@ -11,6 +11,7 @@ .info-area padding: 1rem 1.5rem width: 21rem + animation: bounceIn 0.7s ease-out h2 margin: 0 @@ -64,6 +65,8 @@ gap: 1rem color: $text text-decoration: none + transition: 0.2s + animation: bounceIn 0.7s ease-out svg font-size: 38pt