File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ export function PartnersGrid({ partnersList }: PartnersGridProps) {
1313 )
1414
1515 return (
16- < div className = { `flex flex-wrap gap-6 justify-center relative` } >
16+ < div className = { `flex flex-wrap gap-6 justify-center relative max-w-full ` } >
1717 { items . map ( ( partner ) => {
1818 return (
1919 < a
@@ -22,10 +22,10 @@ export function PartnersGrid({ partnersList }: PartnersGridProps) {
2222 target = "_blank"
2323 rel = "noreferrer"
2424 className = "bg-white/80 shadow-xl shadow-gray-500/20 rounded-lg dark:border border-gray-500/20 dark:bg-black/40 dark:shadow-none
25- flex grow-1 justify-center p-8 hover:scale-[1.05] transition-all duration-100 ease-out"
25+ flex grow-1 justify-center p-8 hover:scale-[1.05] transition-all duration-100 ease-out max-w-full "
2626 >
2727 < div
28- className = "z-0 row-start-1 col-start-1 flex items-center justify-center transition-all duration-200"
28+ className = "z-0 row-start-1 col-start-1 flex items-center justify-center transition-all duration-200 max-w-full "
2929 style = { {
3030 width : Math . max ( Math . round ( 100 + 300 * partner . score ) , 150 ) ,
3131 } }
You can’t perform that action at this time.
0 commit comments