Skip to content

Commit

Permalink
Fix button width
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Quinn committed Feb 11, 2024
1 parent d17d1fc commit f595172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/steps.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h1 class="font-bold text-3xl leading-8">
<li class="text-lg leading-5 font-medium pt-12">
{{ site.step-4 }}

<button class="block max-w-56 mt-4 px-8 py-5 rounded bg-primary text-white text-sm font-bold text-center" id="download" disabled>
<button class="block max-w-60 mt-4 px-8 py-5 rounded bg-primary text-white text-base font-bold text-center" id="download" disabled>
{{ site.download-button-text }}
</button>
</li>
Expand Down

0 comments on commit f595172

Please sign in to comment.