From 5a130e6a1ac517a8a89e097c8064f598447e9bc4 Mon Sep 17 00:00:00 2001 From: Markus Meissner Date: Sat, 14 Dec 2024 16:39:29 +0100 Subject: [PATCH] css: product-table headline font size reduction --- source/_static/css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_static/css/custom.css b/source/_static/css/custom.css index 8624822c2..3c7eda6ba 100644 --- a/source/_static/css/custom.css +++ b/source/_static/css/custom.css @@ -726,7 +726,7 @@ article ul li { .products-table-head { font-weight: normal; - font-size: 0.9em !important; + font-size: 0.8em !important; } .products-table td p {