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;