From b256a2061a0e15c3f7366a8837aa5f1f199af21a Mon Sep 17 00:00:00 2001 From: Sudhanshu Dasgupta Date: Mon, 7 Oct 2024 16:01:30 +0530 Subject: [PATCH] fix classname Signed-off-by: Sudhanshu Dasgupta --- src/sections/Company/WhoWeAre/index.js | 22 +++++++++---------- .../Company/WhoWeAre/whoweare.style.js | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/sections/Company/WhoWeAre/index.js b/src/sections/Company/WhoWeAre/index.js index 9e95b5450c6d..55d47cf698cd 100644 --- a/src/sections/Company/WhoWeAre/index.js +++ b/src/sections/Company/WhoWeAre/index.js @@ -26,25 +26,25 @@ const WhoWeAre = () => { - +
Cloud Native Leaders

Cloud Native Leaders

- +
Meshery

CNCF TOC Contributors

- +
Docker Captain

Docker Captains

- +
Linkerd

Cloud Native Ambassadors

@@ -52,7 +52,7 @@ const WhoWeAre = () => { - +
Service Mesh Interface Maintainers

Service Mesh Interface Maintainers

@@ -60,19 +60,19 @@ const WhoWeAre = () => { {/* */} - +
Service Mesh Performance Maintainers

Service Mesh Performance Maintainers

- +
Service Mesh Authors and Trainers

Service Mesh Authors

- +
Meshery Creators

Meshery Creators

@@ -80,19 +80,19 @@ const WhoWeAre = () => { - +
CNCF Service Mesh Working Group

CNCF Service Mesh Working Group Chairs

- +
Service Mesh Authors and Trainers

Kubernetes Certified Administrators

- +
CNCF Special Interest Group Network Chair

CNCF Special Interest Group Network Chairs

diff --git a/src/sections/Company/WhoWeAre/whoweare.style.js b/src/sections/Company/WhoWeAre/whoweare.style.js index 3c0c610340de..24d3affde694 100644 --- a/src/sections/Company/WhoWeAre/whoweare.style.js +++ b/src/sections/Company/WhoWeAre/whoweare.style.js @@ -45,7 +45,7 @@ const AboutSectionWrapper = styled.section` margin-inline-end: 0px; } } - .col { + .columnWrap { display: flex; flex-flow: column wrap; justify-content: center;