From c110bb08b51d265b9244fbe50fd12df34de3c5c7 Mon Sep 17 00:00:00 2001 From: hypercross Date: Thu, 9 Apr 2026 12:35:54 +0800 Subject: [PATCH] fix: label css typo --- src/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles.css b/src/styles.css index cea47f9..697b769 100644 --- a/src/styles.css +++ b/src/styles.css @@ -28,10 +28,10 @@ pull-2{ } icon.big .icon-label, icon.big .icon-label-stroke{ line-height: 2; - text-weight: bold; } .icon-label, .icon-label-stroke{ position: absolute; + font-weight: bold; text-align: center; line-height: 1.28; left: 0; right: 0; top: 0; bottom: 0;