From 669f4d56654bed5e3ec0adc030cf89e70871cd58 Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Fri, 20 Jan 2023 09:46:16 -0500 Subject: [PATCH] fix taxonomy description style --- style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index d83bf8b..55c699a 100755 --- a/style.css +++ b/style.css @@ -5,7 +5,7 @@ Author: Evan Mullins Author URI: https://circlecube.com Template: twentynineteen - Version: 1.12.1 + Version: 1.12.2 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: wasmo @@ -1248,4 +1248,10 @@ div.lwa-modal-overlay div.lwa-modal-popup { .entry .entry-footer .spectrum-links, .entry .entry-footer .question-links { display: block; +} + +.entry-description.has-regular-font-size { + font-size: 1em; + font-weight: normal; + line-height: 1.5; } \ No newline at end of file