From 8123329321fa6702bb999ec4887467a8d66bdf80 Mon Sep 17 00:00:00 2001 From: Nathan Scheele Date: Fri, 2 Aug 2024 08:33:54 -0400 Subject: [PATCH] Tweaks product card info font size --- assets/base.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/base.css b/assets/base.css index e37fc3f8c36..cc7d9eaca2f 100644 --- a/assets/base.css +++ b/assets/base.css @@ -3776,4 +3776,9 @@ localization-form { .scrolled-past-header .header__icons .header__search { display: inline-block; +} + +.card__heading { + font-size: 12px; + line-height: 20px; } \ No newline at end of file