From ab73239de007292b46cbd042bfaff6915eab1106 Mon Sep 17 00:00:00 2001 From: steskelt Date: Tue, 19 Mar 2024 13:09:38 -0400 Subject: [PATCH] mobile viewport --- _pages/rankings.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_pages/rankings.html b/_pages/rankings.html index dda7197..b9a806b 100644 --- a/_pages/rankings.html +++ b/_pages/rankings.html @@ -125,10 +125,10 @@

Influencer Rankings

} profileTypeImage(influencer, isMini) { - const style = isMini ? 'style="width:30px;margin-left:10px;"' : ''; - if (influencer.meta.type == "twitter" || influencer.meta.type == "x") return html``; - if (influencer.meta.type == "youtube") return html``; - if (influencer.meta.type == "web" || influencer.meta.type == "url") return html``; + const style = isMini ? 'width:30px;margin-left:10px;' : ''; + if (influencer.meta.type == "twitter" || influencer.meta.type == "x") return html``; + if (influencer.meta.type == "youtube") return html``; + if (influencer.meta.type == "web" || influencer.meta.type == "url") return html``; return html``; }