From c2fbd5c353f822b8008db82f8ae2e393678f1d6b Mon Sep 17 00:00:00 2001
From: joshrandall8478 <joshrandall8478@gmail.com>
Date: Wed, 19 Mar 2025 11:09:42 -0400
Subject: [PATCH] fixed padding

---
 src/styles/App.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/styles/App.scss b/src/styles/App.scss
index 986c49a..8877fcf 100644
--- a/src/styles/App.scss
+++ b/src/styles/App.scss
@@ -308,7 +308,7 @@ body {
   .button.not-liked{
     &:hover{
       color: #f10372;
-      padding: 15px 20px;
+      padding: 10px;
     }
   }
   .app-container {
-- 
GitLab