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 {