From 622202e20ad30ec8002a8856abb604188e8eb753 Mon Sep 17 00:00:00 2001 From: imrany Date: Thu, 17 Oct 2024 12:55:07 +0300 Subject: [PATCH] added margin top and bottom 1vh and changed canvas height to 50vh --- src/pages/MainPage.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/MainPage.tsx b/src/pages/MainPage.tsx index 4da991b..ec96e83 100644 --- a/src/pages/MainPage.tsx +++ b/src/pages/MainPage.tsx @@ -158,7 +158,8 @@ export default function MainPage() { right: 0, textAlign: "center", zIndex: 10, - height:"48vh", + margin:"1vh 0", + height:"50vh", width:"98vw", }} />