We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef81d29 commit 7382039Copy full SHA for 7382039
blocks/main/foundation-preview/foundation-preview.module.css
@@ -93,7 +93,7 @@
93
.companies {
94
flex-wrap: wrap;
95
gap: 8px;
96
- max-width: 684px;
+ max-width: 745px;
97
}
98
99
.companyLogo {
@@ -106,6 +106,12 @@
106
107
108
109
+@media (--ktl-ds) and (--ktl-tl-min) {
110
+ .companies {
111
+ max-width: 585px;
112
+ }
113
+}
114
+
115
@media (--ktl-tl) {
116
.foundationPreviewImage {
117
top: auto;
0 commit comments