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 bb6ab1d commit 042636f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _pages/rankings.html
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,9 @@ <h5 class="card-title">${this.profileTitle(item)}</h5>
</div>
</div>
</div>
<div>
<div style="display:flex">
${a}${this.profileTypeImage(item)}${a != null ? html`</a>` : null}
<div style="display:inline-block;flex-grow:1;line-height:1.3;" class="card-text text-end">
<div style="flex-grow:1;line-height:1.3;" class="card-text text-end">
${item.stocks.map(
(stock) => {
const selected = this.selectedStockItem != null &&
Expand Down

0 comments on commit 042636f

Please sign in to comment.