From 3f130fcc56e83a8df766bd95840fa10d0a7fcd2b Mon Sep 17 00:00:00 2001 From: css pro Date: Mon, 30 Sep 2024 17:26:33 -0700 Subject: [PATCH] Update index.css trying to debug the enlarging button --- css/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/index.css b/css/index.css index e94388a..5fa73c4 100644 --- a/css/index.css +++ b/css/index.css @@ -72,6 +72,7 @@ button { text-decoration: none; display: inline-block; max-width: 200px; + transition: transform 0.3s ease; } .source-btn {