Skip to content

Commit 8f94a6b

Browse files
authored
Merge branch 'master' into plugin
2 parents e6ea923 + 93aebe2 commit 8f94a6b

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

src/sections/Meshery/Meshery-platforms/MesheryPlatforms.style.js

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,19 @@ export const MesheryPlatformsWrapper = styled.div`
3030
}
3131
.supported-platforms{
3232
padding-top: 2rem;
33-
align-items: center;
34-
max-width: 110rem;
33+
display: flex;
34+
flex-wrap: wrap;
35+
justify-content: center;
36+
gap: 1rem;
37+
max-width: 100%;
3538
margin: 0 auto;
3639
3740
.single-platform{
38-
max-height: 6rem;
39-
max-width: 12rem;
41+
height: 6rem;
42+
width: 10rem;
43+
display: flex;
44+
align-items: center;
45+
justify-content: center;
4046
border-radius: 1rem;
4147
margin-bottom: 2rem;
4248
background-color: #1e2117;

0 commit comments

Comments
 (0)