diff --git a/src/components/FeedInterstitials.tsx b/src/components/FeedInterstitials.tsx
index 1237339237..70e025a94b 100644
--- a/src/components/FeedInterstitials.tsx
+++ b/src/components/FeedInterstitials.tsx
@@ -253,7 +253,10 @@ export function ProfileGrid({
.map((_, i) => (
+ style={[
+ gtMobile &&
+ web([a.flex_0, {width: `calc(50% - ${a.gap_md.gap / 2}px)`}]),
+ ]}>
))
@@ -275,7 +278,8 @@ export function ProfileGrid({
}}
style={[
a.flex_1,
- gtMobile && web([a.flex_0, {width: 'calc(50% - 6px)'}]),
+ gtMobile &&
+ web([a.flex_0, {width: `calc(50% - ${a.gap_md.gap / 2}px)`}]),
]}>
{({hovered, pressed}) => (