Skip to content

Commit 1f909f3

Browse files
committed
Padding page title
1 parent 0e19fc1 commit 1f909f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Layout/PageTitle.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ interface IPageTitleProps {
1313
const PageTitle = ({ title, marginLeft }: IPageTitleProps) => (
1414
<section
1515
className={`container ${
16-
marginLeft ? 'pl-8' : 'pl-4'
16+
marginLeft ? 'p-4' : 'p-0'
1717
} pl-4 mx-auto mt-24 text-center bg-white`}
1818
>
1919
<span className="py-2 text-2xl font-bold tracking-wide text-center text-gray-800 no-underline uppercase hover:no-underline">

0 commit comments

Comments
 (0)