Skip to content

Commit 34c393c

Browse files
authored
fix: Styling (#5222)
fix styling Signed-off-by: yassinnouh21 <[email protected]>
1 parent 5799257 commit 34c393c

File tree

1 file changed

+13
-16
lines changed

1 file changed

+13
-16
lines changed

infra/website/src/styles/global.css

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -569,15 +569,22 @@ main::before {
569569
color: var(--color-text);
570570
}
571571

572-
.integration-item {
572+
.integration-grid {
573573
display: flex;
574-
align-items: center;
575-
justify-content: center;
576-
height: 40px;
577-
text-align: center;
574+
flex-wrap: wrap;
575+
gap: 24px 20px;
578576
margin: 0 auto;
577+
justify-content: center;
579578
width: 100%;
580-
max-width: 140px;
579+
max-width: 900px;
580+
}
581+
582+
.integration-item {
583+
flex: 0 0 150px;
584+
display: flex;
585+
justify-content: center;
586+
align-items: center;
587+
margin: 0 10px;
581588
}
582589

583590
.integration-logo {
@@ -621,16 +628,6 @@ main::before {
621628
color: var(--color-text);
622629
}
623630

624-
.integration-grid {
625-
display: grid;
626-
grid-template-columns: repeat(5, 1fr);
627-
gap: 24px 20px;
628-
margin: 0 auto;
629-
justify-content: center;
630-
width: 100%;
631-
max-width: 900px;
632-
}
633-
634631
/* Code section */
635632
.code-section {
636633
position: relative;

0 commit comments

Comments
 (0)