Skip to content

Commit

Permalink
mobile viewport
Browse files Browse the repository at this point in the history
  • Loading branch information
steskelt committed Mar 19, 2024
1 parent e914906 commit 962b7b8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions _pages/rankings.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
<h1 class="display-6 fw-bold text-center">Influencer Rankings</h1>

<span class="lead mb-4 text-center">
Add your own favorite social media influencers<br>
using the Trade Audit mobile app for Android.
Add your own favorite social media influencers using the Trade Audit mobile app for Android.
</span>

<script type="module">
Expand Down Expand Up @@ -200,7 +199,7 @@ <h5 class="card-title">${this.profileTitle(item)}</h5>
</div>
<pie-chart size="${height}" positive="${positivePercent}" negative="${negativePercent}"></pie-chart>
</div>
<div style="flex-grow:1;line-height:1.3;" class="card-text text-end">
<div style="line-height:1.8;" class="card-text text-end">
${item.stocks.map(
(stock) => {
const selected = this.selectedStockItem != null &&
Expand Down

0 comments on commit 962b7b8

Please sign in to comment.