Skip to content

Commit dcb61d1

Browse files
committed
set width on static layout container
1 parent e876830 commit dcb61d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/Static.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export const StaticLayout = ({
106106
pt={{ base: 8, lg: 16 }}
107107
dir={contentNotTranslated ? "ltr" : "unset"}
108108
>
109-
<Box>
109+
<Box w="full">
110110
{slug === "/guides/" ? (
111111
<HubHero
112112
heroImg={GuideHeroImage}

0 commit comments

Comments
 (0)