From 1f183c80ffaf9ced50eb7f08de9df32972fad00a Mon Sep 17 00:00:00 2001 From: "delong.wang" Date: Fri, 11 Aug 2023 14:29:20 +0800 Subject: [PATCH] fix(fe): homepage style --- website/src/components/Version/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/src/components/Version/index.tsx b/website/src/components/Version/index.tsx index 73585fe..1a62b80 100644 --- a/website/src/components/Version/index.tsx +++ b/website/src/components/Version/index.tsx @@ -40,7 +40,7 @@ const Version = () => { sx={{ width: { xs: "100%", sm: 306 }, flexShrink: 0, - height: { xs: "auto", sm: 440 }, + height: { xs: "auto" }, px: 3, py: 2, mb: { xs: 2, sm: 0 }, @@ -103,7 +103,7 @@ const Version = () => { sx={(theme) => ({ width: { xs: "100%", sm: 306 }, flexShrink: 0, - height: { xs: "auto", sm: 440 }, + height: { xs: "auto" }, px: 3, py: 2, border: "1px solid",