Skip to content

Commit c8278a4

Browse files
committed
Width full
1 parent 0106e7c commit c8278a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Header/Header.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const Header = ({ title }: IHeaderProps) => (
2525
key="pagetitle"
2626
/>
2727
</Head>
28-
<div className="container mx-auto px-6">
28+
<div className="w-full mx-auto px-6">
2929
<Navbar />
3030
</div>
3131
</>

0 commit comments

Comments
 (0)