From a7613b5f6e4042e64ce4dd70fdf91bfe5e869380 Mon Sep 17 00:00:00 2001 From: Christian Legnitto Date: Wed, 30 Oct 2024 22:51:19 -0400 Subject: [PATCH] Remove center justification Fixes https://github.com/Rust-GPU/rust-gpu.github.io/issues/9 --- src/components/HomeLayout/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/HomeLayout/index.tsx b/src/components/HomeLayout/index.tsx index 366de0c..8544bcf 100644 --- a/src/components/HomeLayout/index.tsx +++ b/src/components/HomeLayout/index.tsx @@ -44,7 +44,7 @@ export default function HomeLayout(props: Props): JSX.Element { className={clsx(ThemeClassNames.wrapper.main, wrapperClassName)} > }> -
+