Skip to content

Commit 54ed6d8

Browse files
Fixed responsiveness and gap between gold and platinum sponsors
1 parent 4f4e67a commit 54ed6d8

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

_sass/components/scala-days-sponsors.scss

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@
5757
display: flex;
5858
flex-direction: row;
5959
align-items: center;
60-
justify-content: space-between;
60+
justify-content: center;
6161
width: 100%;
6262
max-width: 1200px;
6363
margin-left: auto;
6464
margin-right: auto;
65-
gap: 2em;
65+
gap: 4em;
6666
margin-bottom: 1em;
6767
padding: 0 1em;
6868
}
@@ -169,16 +169,18 @@
169169
}
170170
}
171171

172+
@media (min-width: 701px) {
173+
.scaladays-org-logo-gold-carousel {
174+
display: none;
175+
}
176+
}
177+
172178
@media (max-width: 1000px) and (min-width: 701px) {
173179
.gold-scaladays-orgs {
174180
grid-template-columns: repeat(2, 1fr);
175181
grid-template-rows: repeat(3, 1fr);
176182
gap: 1em;
177183
}
178-
179-
.scaladays-org-logo-gold-carousel {
180-
display: none;
181-
}
182184
}
183185

184186
@media (max-width: 900px) and (min-width: 701px) {

0 commit comments

Comments
 (0)