File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ export function AdsPart(): JSX.Element | null {
6060 < >
6161 < div className = "flex flex-col md:flex-row md:space-x-4 space-y-4 md:space-y-0 justify-center w-full items-center md:items-start" >
6262 { showAd1 ? (
63- < div className = "rounded-xl bg-background-main hover:scale-[1.02] max-w-[16rem] md:max-w-[20rem ] transition-all duration-300 md:flex-1 relative group" >
63+ < div className = "rounded-xl bg-background-main hover:scale-[1.02] max-w-[16rem] md:max-w-[22rem ] transition-all duration-300 md:flex-1 relative group" >
6464 < div className = "bg-opacity-10 bg-buttons-purple rounded-xl border-2 border-buttons-purple border-opacity-30 hover:border-opacity-70 hover:shadow-lg hover:shadow-buttons-purple/20" >
6565 { " " }
6666 < button
You can’t perform that action at this time.
0 commit comments