From ba36de8e36c040354f4dc1cd8ff1913fcd5dfb1b Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 9 Jun 2025 21:21:13 -0500 Subject: [PATCH] remove translate on hover for links and buttons --- src/styles/global.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/global.css b/src/styles/global.css index fb3a86c..fbe5611 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -128,10 +128,10 @@ button { transition: all 0.2s ease; } -a:hover, +/* a:hover, button:hover { transform: translateY(-1px); -} +} */ /* Smooth page transitions */ .page-transition {