Skip to content

Commit

Permalink
add a bit of ad padding back
Browse files Browse the repository at this point in the history
  • Loading branch information
xHomu committed Sep 10, 2024
1 parent 0d00c99 commit 35aff72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/routes/_editor+/blocks+/inline-ad.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export function BlockInlineAd({ element }: { element: InlineAdElement }) {
return (
<AdPlaceholder>
<AdUnit
className="mx-auto flex items-center justify-center"
className="my-4 mx-auto flex items-center justify-center"
enableAds
adType={{
desktop: "leaderboard_btf",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export function Section({
tablet: "leaderboard_btf",
mobile: "med_rect_btf",
}}
className="mx-auto flex items-center justify-center"
className="my-4 mx-auto flex items-center justify-center"
selectorId={`sectionBTF-${section.id}`}
/>
) : null}
Expand Down
2 changes: 1 addition & 1 deletion app/routes/_site+/p+/$p.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export default function Post() {
tablet: "leaderboard_atf",
mobile: "med_rect_atf",
}}
className="mx-auto flex items-center justify-center"
className="my-4 mx-auto flex items-center justify-center"
selectorId="postDesktopLeaderATF"
/>
{hasAccess ? (
Expand Down

0 comments on commit 35aff72

Please sign in to comment.