From b8a095aea3de55367396edf29565145961ae0906 Mon Sep 17 00:00:00 2001 From: Sudhanshu Dasgupta Date: Mon, 7 Oct 2024 19:27:36 +0530 Subject: [PATCH] mesmate logo safari Signed-off-by: Sudhanshu Dasgupta --- src/sections/Community/Meshmates/index.js | 2 +- src/sections/Community/Meshmates/meshmates.style.js | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/sections/Community/Meshmates/index.js b/src/sections/Community/Meshmates/index.js index acd04e46e722..c799f6f82afb 100644 --- a/src/sections/Community/Meshmates/index.js +++ b/src/sections/Community/Meshmates/index.js @@ -63,7 +63,7 @@ const Meshmates = () => {

- +
diff --git a/src/sections/Community/Meshmates/meshmates.style.js b/src/sections/Community/Meshmates/meshmates.style.js index c677423c3ecf..f5d6af3cea34 100644 --- a/src/sections/Community/Meshmates/meshmates.style.js +++ b/src/sections/Community/Meshmates/meshmates.style.js @@ -27,6 +27,11 @@ const MeshMatesWrapper = styled.div` } } } + .meshmate-logo{ + max-width: 25rem; + display:block; + margin: auto; + } } .meshmates-grid{ margin: 4.25rem auto;