From 3522448a7f01cab73b2c73f14f4bc7acd7a385e7 Mon Sep 17 00:00:00 2001 From: aki Date: Tue, 8 Apr 2025 03:34:18 +0800 Subject: [PATCH] style: Bigger headers --- src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index 4491390..30b1b87 100644 --- a/src/style.css +++ b/src/style.css @@ -59,7 +59,7 @@ body { } .widget-header { - font-size: 18px; + font-size: 24px; margin-bottom: 10px; font-weight: bold; }