From 5082dbaac7dd0abea9d37e80c3f3c118e89290a0 Mon Sep 17 00:00:00 2001 From: Narasimha Date: Fri, 28 Jun 2024 09:41:00 +0000 Subject: [PATCH] aligment fixed Signed-off-by: Narasimha --- src/sections/Community/Meshmates/meshmates.style.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/sections/Community/Meshmates/meshmates.style.js b/src/sections/Community/Meshmates/meshmates.style.js index ade883c240c0..c677423c3ecf 100644 --- a/src/sections/Community/Meshmates/meshmates.style.js +++ b/src/sections/Community/Meshmates/meshmates.style.js @@ -12,6 +12,8 @@ const MeshMatesWrapper = styled.div` } .meshmate-logo-wrapper{ + display: flex; + justify-content: center; background-color: ${props => props.theme.secondaryLightColorTwo}; border-bottom-left-radius: 4.375rem; border-bottom-right-radius: 4.375rem;