Skip to content

Commit f9de7d7

Browse files
committed
fix sponsors logo positioning on mobile
1 parent 1022b0f commit f9de7d7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/components/IntroBanner/introBanner.module.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,13 @@
6969

7070
.company {
7171
margin-left: var(--ktf-companies-logo-spacing);
72+
73+
/* this forces companies logos to spread among two lines equally */
74+
@media (width >= 473px) and (width <= 616px) {
75+
&:nth-child(2) {
76+
flex-basis: 50%;
77+
}
78+
}
7279
}
7380

7481
.companyLogo {

0 commit comments

Comments
 (0)