Skip to content

Commit 7382039

Browse files
committed
fix: foundation logo positioning
1 parent ef81d29 commit 7382039

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
.companies {
9494
flex-wrap: wrap;
9595
gap: 8px;
96-
max-width: 684px;
96+
max-width: 745px;
9797
}
9898

9999
.companyLogo {
@@ -106,6 +106,12 @@
106106
}
107107
}
108108

109+
@media (--ktl-ds) and (--ktl-tl-min) {
110+
.companies {
111+
max-width: 585px;
112+
}
113+
}
114+
109115
@media (--ktl-tl) {
110116
.foundationPreviewImage {
111117
top: auto;

0 commit comments

Comments
 (0)