Skip to content

Commit bc9b450

Browse files
fix(web): update CSS variable for layout width
1 parent 9a639e4 commit bc9b450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/app/(home)/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default function Layout({ children }: { children: ReactNode }) {
1010
{...baseOptions}
1111
style={
1212
{
13-
"--spacing-fd-container": "100%",
13+
"--fd-layout-width": "100%",
1414
} as object
1515
}
1616
>

0 commit comments

Comments
 (0)