We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1b579d commit 9729be4Copy full SHA for 9729be4
app/common/uiLibrary/pageSectionTitle.tsx
@@ -11,7 +11,7 @@ const PageSectionTitle = (props: PageSectionTitleProps) => {
11
12
return (
13
14
- <p className={classNames('mb-4 text-3xl text-center font-bold leading-tight lg:mb-6 text-white', extraClasses)}>
+ <p className={classNames('text-3xl text-center font-bold leading-tight text-white', extraClasses)}>
15
{children}
16
</p>
17
)
0 commit comments