diff --git a/web/tailwind.config.cjs b/web/tailwind.config.cjs index 71c73f034..dce2b6274 100644 --- a/web/tailwind.config.cjs +++ b/web/tailwind.config.cjs @@ -253,7 +253,7 @@ module.exports = { lineHeight: theme('lineHeight.inherit'), fontWeight: theme('fontWeight.medium'), marginTop: theme('spacing.2'), - marginBottom: theme('spacing.2'), + marginBottom: theme('spacing.0'), paddingLeft: theme('padding.layout-lg'), paddingRight: theme('padding.layout-lg'), },