From de844012b5bae63c56ce0c4b3bc17853228f7618 Mon Sep 17 00:00:00 2001 From: stargen Date: Thu, 26 Sep 2024 14:39:23 -0500 Subject: [PATCH] buttons get smaller on click --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 41f9bbf..fb424c2 100644 --- a/style.css +++ b/style.css @@ -53,7 +53,7 @@ button:hover { } button:active { - transform: scale(1.2); + transform: scale(.8); } .wrong { color: red; }