Skip to content

Commit 575114d

Browse files
fix: prevent horizontal overflow on mobile devices (#474)
Co-authored-by: Tanner Linsley <[email protected]>
1 parent 1891597 commit 575114d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/LandingPageGad.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default function LandingPageGad() {
1111
<GamFooter />
1212
<div
1313
className="text-xs bg-gray-500 bg-opacity-10 py-2 px-4 rounded text-gray-600 dark:text-gray-300
14-
dark:bg-opacity-20 self-center text-center w-[500px] max-w-full space-y-2"
14+
dark:bg-opacity-20 self-center text-center max-w-[500px] space-y-2"
1515
>
1616
<div>
1717
<span className="font-medium italic">

0 commit comments

Comments
 (0)