From 582ab018c6ef68c11e2824d337e4445e6e29c566 Mon Sep 17 00:00:00 2001 From: ed Date: Mon, 27 Oct 2025 19:26:03 +0100 Subject: [PATCH] fix htmx width --- proj/icons/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/proj/icons/style.css b/proj/icons/style.css index d6b940f..b600b7d 100644 --- a/proj/icons/style.css +++ b/proj/icons/style.css @@ -124,3 +124,7 @@ nav.main_nav { .font-import-link-container { cursor: pointer; } + +span.brz9-icon-htmx::before { + font-size: 1.3rem !important; +}