From f88bd000221f6802860e387c1acd30e0af0c5b1b Mon Sep 17 00:00:00 2001 From: ankitkumar748846 Date: Sat, 24 Feb 2024 18:11:00 +0530 Subject: [PATCH] fix: reduce paragraph spacing by 25% Signed-off-by: ankitkumar748846 --- typography.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/typography.js b/typography.js index c43efe6..e54644c 100644 --- a/typography.js +++ b/typography.js @@ -45,8 +45,8 @@ module.exports = function typographyStyles({ theme }) { // Text p: { - marginTop: theme('spacing.6'), - marginBottom: theme('spacing.6'), + marginTop: theme('spacing.4'), + marginBottom: theme('spacing.4'), }, '[class~="lead"]': { fontSize: theme('fontSize.base')[0],