Skip to content

Commit

Permalink
Merge pull request #5619 from narasimha-1511/meshmates-logo-alignment
Browse files Browse the repository at this point in the history
aligment fixed
  • Loading branch information
iArchitSharma committed Jul 5, 2024
2 parents bc081f6 + 275dbfd commit 9be5938
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sections/Community/Meshmates/meshmates.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9be5938

Please sign in to comment.