From baf16ec3688c50ffd62abb1ef1755eaab1646b60 Mon Sep 17 00:00:00 2001 From: lifeadventurer Date: Sat, 23 Dec 2023 23:42:39 +0800 Subject: [PATCH] impr: increase button font-size --- quote_generator/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quote_generator/styles.css b/quote_generator/styles.css index 06b92a2..8f664c7 100644 --- a/quote_generator/styles.css +++ b/quote_generator/styles.css @@ -60,7 +60,7 @@ body { button { background-color: var(--button-color); color: var(--bg-color); - font-size: 16px; + font-size: 25px; border: none; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4); padding: 17px 20px;