From ea753a4eac4bc761fd3ecfc5b0ef87775a421129 Mon Sep 17 00:00:00 2001 From: Ember Date: Wed, 19 Jun 2024 17:22:29 +0800 Subject: [PATCH] fix button --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 4554f23..4efe9d1 100644 --- a/index.html +++ b/index.html @@ -282,7 +282,7 @@ height: 40px; font-size: 20px; position: relative; - top: -2px; + top: 1px; } .my-button:hover { background-color: #0056b3;