Skip to content

Commit 8d93aac

Browse files
authored
Merge pull request #16 from arch-linux-gui/dev
Fixed Overflow issue
2 parents 1397edc + 1b4a110 commit 8d93aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const metadata = {
1010

1111
export default function Home() {
1212
return (
13-
<main className="relative">
13+
<main className="relative overflow-x-hidden">
1414
<Hero />
1515
<WhatsNew />
1616
<Gallery />

0 commit comments

Comments
 (0)