From cc222e569139969701e1708d411d8a45c369a2dc Mon Sep 17 00:00:00 2001 From: itsscb Date: Thu, 5 Jun 2025 20:00:37 +0200 Subject: [PATCH] fix: height of button (partial fix) --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index b84a0dc..53b1e68 100755 --- a/index.html +++ b/index.html @@ -88,12 +88,12 @@ #button-start { width: 80%; - padding: 10px 20px; + padding: 10px 16px; background-color: #007BFF; color: white; border: none; border-radius: 2rem; - font-size: 8rem; + font-size: 2rem; cursor: pointer; transition: background-color 0.3s ease; margin-top: 5px; @@ -177,11 +177,11 @@