Skip to content

Commit 9223cf7

Browse files
committed
Center title on small screens
1 parent babde08 commit 9223cf7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Layout/Layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default function Layout() {
2727
<Navbar />
2828
<Header>
2929
<div className="z-10 text-white mt-[180px]">
30-
<h1 className="text-4xl lg:text-6xl font-bold my-6 uppercase">
30+
<h1 className="text-4xl lg:text-6xl font-bold my-6 uppercase text-center">
3131
{title}
3232
</h1>
3333
<div className="w-16 h-1 bg-white mx-auto mb-6"></div>

0 commit comments

Comments
 (0)