Skip to content

Commit

Permalink
Forgot I had bootstrap 3
Browse files Browse the repository at this point in the history
  • Loading branch information
spudooli committed Apr 17, 2024
1 parent 14fd1be commit 2133d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spudoolicom/templates/music.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ <h1 class="title-un">{% block title %}I Listen to Music - Projects{% endblock %}
<div>
<div class="counter-title">Top 30 Artists</div>

<table class="table table-sm">
<table class="table table-condensed">
{% for thing in top30artists %}
<tr>
<td>{{ "{:,}".format(thing.playcount) }}</td><td>{{ thing.artist }}</td>
Expand Down

0 comments on commit 2133d6b

Please sign in to comment.