Skip to content

Commit 9ddc784

Browse files
authored
Merge pull request #4697 from JetBrains/ktl-2150-kotzilla-logo-fix
fix(main): KTL-2150: foundation logos are stretched
2 parents f4ad60a + e876a1b commit 9ddc784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blocks/main/foundation-preview/foundation-preview.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
.companies {
4444
display: flex;
4545
gap: 16px;
46+
align-items: center;
4647
}
4748

4849
@media (--ktl-tl) {
@@ -91,7 +92,6 @@
9192

9293
.companies {
9394
flex-wrap: wrap;
94-
align-items: center;
9595
gap: 8px;
9696
max-width: 684px;
9797
}

0 commit comments

Comments
 (0)