From 04a4df4ccde64fdc0bb7dca6e42f37fb95048c51 Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Sun, 8 Feb 2026 08:49:43 -0500 Subject: [PATCH] Reduce subtitle text size in product/content headings --- make_post_sell/static/css/common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_post_sell/static/css/common.css b/make_post_sell/static/css/common.css index b3013c3..6ef9248 100644 --- a/make_post_sell/static/css/common.css +++ b/make_post_sell/static/css/common.css @@ -2180,7 +2180,7 @@ img.crypto-button-icon { } .subtitle-text { - font-size: 0.6em; + font-size: 0.45em; font-weight: normal; }