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 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 : 2 em ;
65+ gap : 4 em ;
6666 margin-bottom : 1em ;
6767 padding : 0 1em ;
6868}
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 ) {
You can’t perform that action at this time.
0 commit comments