File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,9 @@ features = store.retrieve_online_documents(
114114 <div class =" logo-item" >
115115 <img src =" /images/logos/seatgeek.svg" alt =" SeatGeek" class =" company-logo" >
116116 </div >
117+ <div class =" logo-item" >
118+ <img src =" /images/logos/castai.png" alt =" Cast.ai" class =" company-logo" >
119+ </div >
117120 </div >
118121 </div >
119122 </section >
Original file line number Diff line number Diff line change @@ -265,15 +265,17 @@ main::before {
265265
266266/* Logo grid */
267267.logo-grid {
268- display : grid ;
269- grid-template-columns : repeat ( 5 , 1 fr ) ;
268+ display : flex ;
269+ flex-wrap : wrap ;
270270 gap : 32px ;
271271 max-width : 1000px ;
272272 margin : 0 auto;
273273 padding : 20px 20px var (--spacing-xl );
274+ justify-content : center;
274275}
275276
276277.logo-item {
278+ flex : 0 0 150px ;
277279 display : flex;
278280 align-items : center;
279281 justify-content : center;
You can’t perform that action at this time.
0 commit comments