From 0e0515a8e4995d723703ba59ad5f395c82491657 Mon Sep 17 00:00:00 2001 From: Samaresh Das Date: Tue, 17 Sep 2024 16:15:55 +0530 Subject: [PATCH] Changed grid layout to fit the cards without horizontal scroll. Fixed the responsive design --- apps/web/src/components/colabEasy/index.tsx | 2 +- .../src/components/lifeEasySection/index.tsx | 28 +++++++++++++++++-- .../src/components/secretSection/index.tsx | 2 +- 3 files changed, 28 insertions(+), 4 deletions(-) diff --git a/apps/web/src/components/colabEasy/index.tsx b/apps/web/src/components/colabEasy/index.tsx index 9d9e1d37..2aafa323 100644 --- a/apps/web/src/components/colabEasy/index.tsx +++ b/apps/web/src/components/colabEasy/index.tsx @@ -22,7 +22,7 @@ function ColabEasy(): React.JSX.Element { -
+
diff --git a/apps/web/src/components/lifeEasySection/index.tsx b/apps/web/src/components/lifeEasySection/index.tsx index d9bc4e26..1debf8e4 100644 --- a/apps/web/src/components/lifeEasySection/index.tsx +++ b/apps/web/src/components/lifeEasySection/index.tsx @@ -22,7 +22,7 @@ function LifeEasySection(): React.JSX.Element { */}
-
+
@@ -59,7 +59,7 @@ function LifeEasySection(): React.JSX.Element {
-
+

Command Line Interface

@@ -81,6 +81,30 @@ function LifeEasySection(): React.JSX.Element {
+
+ +
+

Command Line Interface

+ + Manage Your Configurations Directly from Your Terminal across + Multiple OS + +
+ +
+
+
+ +
+

Snapshot

+ + Capture "Pictures" of Your Entire Workspace for Easy + Restoration at Any Time. + +
+ +
+
) diff --git a/apps/web/src/components/secretSection/index.tsx b/apps/web/src/components/secretSection/index.tsx index b0ffee52..5c2f029d 100644 --- a/apps/web/src/components/secretSection/index.tsx +++ b/apps/web/src/components/secretSection/index.tsx @@ -60,7 +60,7 @@ function SecrectSection(): React.JSX.Element { {/* Built for your Seamless Secret Integration */}
-
+
{cardData.map((card, index) => { const { heading, description, svg } = card return (