Skip to content

Commit 9729be4

Browse files
committed
feat: remove unneeded margin
1 parent e1b579d commit 9729be4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/common/uiLibrary/pageSectionTitle.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const PageSectionTitle = (props: PageSectionTitleProps) => {
1111

1212
return (
1313

14-
<p className={classNames('mb-4 text-3xl text-center font-bold leading-tight lg:mb-6 text-white', extraClasses)}>
14+
<p className={classNames('text-3xl text-center font-bold leading-tight text-white', extraClasses)}>
1515
{children}
1616
</p>
1717
)

0 commit comments

Comments
 (0)