From 3ad1e1cec0dd99d4522c04819d3bf73ac4b7cc6f Mon Sep 17 00:00:00 2001 From: Hsu Zhong Jun <27919917+dcshzj@users.noreply.github.com> Date: Wed, 20 Sep 2023 14:06:01 +0800 Subject: [PATCH] chore(announcements): add missing padding for item --- src/templates/homepage/AnnouncementsSection.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/templates/homepage/AnnouncementsSection.tsx b/src/templates/homepage/AnnouncementsSection.tsx index 9ccc1e335..3b031ef79 100644 --- a/src/templates/homepage/AnnouncementsSection.tsx +++ b/src/templates/homepage/AnnouncementsSection.tsx @@ -87,6 +87,7 @@ export const TemplateAnnouncementsSection = forwardRef< className={getClassNames(editorStyles, [ "row", "is-desktop", + "px-lg-3", ])} >