File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ const PageTitle = ({ title, marginleft }) => {
3
3
< >
4
4
{ marginleft ? (
5
5
< section className = "container pl-8 mx-auto mt-24 text-center bg-white" >
6
- < span className = "py-2 text-xl font-bold tracking-wide text-gray-800 no-underline uppercase hover:no-underline" >
6
+ < span className = "py-2 text-xl font-bold tracking-wide text-center text- gray-800 no-underline uppercase hover:no-underline" >
7
7
{ title }
8
8
</ span >
9
9
</ section >
10
10
) : (
11
11
< section className = "container pl-4 mx-auto mt-24 text-center bg-white" >
12
- < span className = "py-2 text-xl font-bold tracking-wide text-gray-800 no-underline uppercase hover:no-underline" >
12
+ < span className = "py-2 text-xl font-bold tracking-wide text-center text- gray-800 no-underline uppercase hover:no-underline" >
13
13
{ title }
14
14
</ span >
15
15
</ section >
You can’t perform that action at this time.
0 commit comments