From 48a6c0d84a21f101291e41c71b3aacaab56b4660 Mon Sep 17 00:00:00 2001 From: Brian Gardner Date: Thu, 1 Jun 2023 09:56:15 -0500 Subject: [PATCH] Zero out margin on Term Description block. --- theme.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/theme.json b/theme.json index 14d3cfa3..9eda2aec 100644 --- a/theme.json +++ b/theme.json @@ -500,6 +500,9 @@ "top": "0px !important" } } + }, + "core/term-description": { + "css": "& p {margin: 0;}" } }, "color": {