Skip to content

Commit aba434d

Browse files
authored
fix: adjust width correctly to prevent overflow (#1024)
1 parent 44d9e60 commit aba434d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,6 @@ html[data-theme='dark'] {
370370
.productShowcaseSection .logos img {
371371
max-height: 64px;
372372
padding: 20px;
373-
width: 64px;
374373
}
375374
}
376375

@@ -395,6 +394,7 @@ html[data-theme='dark'] {
395394
display: flex;
396395
flex-flow: row wrap;
397396
justify-content: center;
397+
width: 100%;
398398
}
399399

400400
.showcaseSection .logos img {

0 commit comments

Comments
 (0)