Skip to content

Commit 3a1914e

Browse files
committed
Update AdsPart.tsx
1 parent 0461829 commit 3a1914e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/parts/home/AdsPart.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)