File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
beta/src/components/Layout Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -380,11 +380,11 @@ export function HomeContent() {
380380 </ div >
381381 </ div >
382382 </ div >
383- < div className = "relative flex overflow-x- hidden w-auto" >
383+ < div className = "relative flex overflow-hidden w-auto" >
384384 < div className = "w-full py-12 animate-marquee whitespace-nowrap flex flex-row" >
385385 < CommunityImages />
386386 </ div >
387- < div className = "w-full absolute left-0 right-0 top-0 py-12 animate-marquee2 whitespace-nowrap flex flex-row" >
387+ < div className = "w-full absolute top-0 py-12 animate-marquee2 whitespace-nowrap flex flex-row" >
388388 < CommunityImages />
389389 </ div >
390390 </ div >
@@ -437,6 +437,10 @@ const images = [
437437 reactConf2021Cover ,
438438 reactConf2019Cover ,
439439 reactConf2021Cover ,
440+ reactConf2019Cover ,
441+ reactConf2021Cover ,
442+ reactConf2019Cover ,
443+ reactConf2021Cover ,
440444] ;
441445
442446function CommunityImages ( ) {
@@ -445,7 +449,7 @@ function CommunityImages() {
445449 { images . map ( ( src , i ) => (
446450 < div
447451 key = { i }
448- className = "flex justify-center px-2.5 lg:px-5 w-6/12 lg:w-3/12 " >
452+ className = "flex justify-center px-2.5 lg:px-5 min-w-[50%] lg:min-w-[25%] " >
449453 < img
450454 src = { src }
451455 className = { `rounded-xl object-cover rotate-${
You can’t perform that action at this time.
0 commit comments