From 34519c7fb98d4125c951437411c82b2132bba82b Mon Sep 17 00:00:00 2001 From: inmake Date: Mon, 8 Apr 2024 16:01:27 +0500 Subject: [PATCH 1/2] upd --- src/pages/Infra2Page.tsx | 32 ++++++++++++++++++++++++-------- 1 file changed, 24 insertions(+), 8 deletions(-) diff --git a/src/pages/Infra2Page.tsx b/src/pages/Infra2Page.tsx index 423b3b6..52496dd 100644 --- a/src/pages/Infra2Page.tsx +++ b/src/pages/Infra2Page.tsx @@ -17,18 +17,34 @@ function Infra2Page() { }, []); return ( -
+
- +
+ +
+
+ + + + + +
); From fdcf8bf80bc9cada91dcd4954a2181d5054798c3 Mon Sep 17 00:00:00 2001 From: inmake Date: Mon, 8 Apr 2024 16:03:00 +0500 Subject: [PATCH 2/2] upd --- src/pages/Infra2Page.tsx | 40 ++++++++++++++++++---------------------- 1 file changed, 18 insertions(+), 22 deletions(-) diff --git a/src/pages/Infra2Page.tsx b/src/pages/Infra2Page.tsx index 52496dd..4950e23 100644 --- a/src/pages/Infra2Page.tsx +++ b/src/pages/Infra2Page.tsx @@ -22,29 +22,25 @@ function Infra2Page() { className="absolute left-0" style={{ width: `${width}px`, height: `${width}px`, top: `-${top}px` }} > -
- -
-
- - - - + + + + -
+
);