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;