File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 57
57
display : flex ;
58
58
flex-direction : row ;
59
59
align-items : center ;
60
- justify-content : space-between ;
60
+ justify-content : center ;
61
61
width : 100% ;
62
62
max-width : 1200px ;
63
63
margin-left : auto ;
64
64
margin-right : auto ;
65
- gap : 2 em ;
65
+ gap : 4 em ;
66
66
margin-bottom : 1em ;
67
67
padding : 0 1em ;
68
68
}
169
169
}
170
170
}
171
171
172
+ @media (min-width : 701px ) {
173
+ .scaladays-org-logo-gold-carousel {
174
+ display : none ;
175
+ }
176
+ }
177
+
172
178
@media (max-width : 1000px ) and (min-width : 701px ) {
173
179
.gold-scaladays-orgs {
174
180
grid-template-columns : repeat (2 , 1fr );
175
181
grid-template-rows : repeat (3 , 1fr );
176
182
gap : 1em ;
177
183
}
178
-
179
- .scaladays-org-logo-gold-carousel {
180
- display : none ;
181
- }
182
184
}
183
185
184
186
@media (max-width : 900px ) and (min-width : 701px ) {
You can’t perform that action at this time.
0 commit comments