Skip to content

Commit

Permalink
Fix width of download links on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
mrego committed Sep 16, 2024
1 parent 241d61d commit 5ab1f09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/downloads-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
{% for download in downloads %}
<p>
<div class="buttons has-addons">
<a rel="nofollow" role="button" class="button is-primary" href="https://download.servo.org/{{download.href}}" style="width: 20ch;">{{download.name}}</a>
<a rel="nofollow" role="button" class="button is-primary" href="https://download.servo.org/{{download.href}}" style="width: 17ch;">{{download.name}}</a>
<span class="button is-static" id="date-{{download.key}}" style="width: 12ch;">?</span>
<a rel="nofollow" role="button" class="button" href="https://download.servo.org/{{download.sha256}}">sha256</a>
<a rel="nofollow" role="button" class="button" style="width: 7ch;" href="https://download.servo.org/{{download.sha256}}">sha256</a>
</div>
</p>
{% endfor %}
Expand Down

0 comments on commit 5ab1f09

Please sign in to comment.