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 0e19fc1 commit 1f909f3Copy full SHA for 1f909f3
src/components/Layout/PageTitle.component.tsx
@@ -13,7 +13,7 @@ interface IPageTitleProps {
13
const PageTitle = ({ title, marginLeft }: IPageTitleProps) => (
14
<section
15
className={`container ${
16
- marginLeft ? 'pl-8' : 'pl-4'
+ marginLeft ? 'p-4' : 'p-0'
17
} pl-4 mx-auto mt-24 text-center bg-white`}
18
>
19
<span className="py-2 text-2xl font-bold tracking-wide text-center text-gray-800 no-underline uppercase hover:no-underline">
0 commit comments