From 5b7316a90f27831890fe0e5f1609a2ce5dc895e4 Mon Sep 17 00:00:00 2001 From: filifa Date: Mon, 15 Dec 2025 20:45:47 -0500 Subject: [PATCH] set height of buttons --- styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles.css b/styles.css index 59afa62..49926c0 100644 --- a/styles.css +++ b/styles.css @@ -75,6 +75,7 @@ input { } button { + height: 10vh; font-family: inherit; font-size: inherit; }