From 6c790299aa6edf28ab808d9bb10969fd62c8e4f5 Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com.> Date: Tue, 28 May 2024 19:48:02 +0100 Subject: [PATCH] readd hover --- src/main/resources/static/css/home.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/static/css/home.css b/src/main/resources/static/css/home.css index 8b70dc7f..07a1350f 100644 --- a/src/main/resources/static/css/home.css +++ b/src/main/resources/static/css/home.css @@ -52,7 +52,7 @@ .feature-card:hover { cursor: pointer; - transform: scale(1.025); + transform: scale(1.08); box-shadow: var(--md-sys-elevation-2); }