From 31bacb842f8e1ee17348334f5396f2c1e5c6a7c1 Mon Sep 17 00:00:00 2001 From: Johnny Deuss Date: Thu, 19 Oct 2023 10:34:17 +0100 Subject: [PATCH] website: Remove margin from Example.tsx causing it do be cut off (#599) --- www/src/pages/home/Example.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/www/src/pages/home/Example.tsx b/www/src/pages/home/Example.tsx index 3b8181367..1936454db 100644 --- a/www/src/pages/home/Example.tsx +++ b/www/src/pages/home/Example.tsx @@ -113,7 +113,6 @@ export default function Example() { }} style={{ maxWidth: '995px', - margin: '-18px auto 0 auto', position: 'relative', zIndex: 999, }}