Skip to content

Commit

Permalink
add padding to shrimpo entries dl btn
Browse files Browse the repository at this point in the history
  • Loading branch information
mcfiredrill committed May 3, 2024
1 parent 2004f3c commit bdf885f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions app/templates/home/shrimpos/show.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,12 @@
</section>
<div>
{{#if this.canShowEntries}}
<h1>Entries</h1>
{{#if this.model.entriesZipFileUrl}}
<a class="cool-button" href={{@this.model.entriesZipFileUrl}}>DOWNLOAD ALL</a>
{{/if}}
<div class="mb-4">
<h1>Entries</h1>
{{#if this.model.entriesZipFileUrl}}
<a class="cool-button" href={{@this.model.entriesZipFileUrl}}>DOWNLOAD ALL</a>
{{/if}}
</div>
{{#each this.model.savedShrimpoEntries as |shrimpoEntry|}}
<Shrimpo::EntryCard @shrimpoEntry={{shrimpoEntry}} />
{{/each}}
Expand Down

0 comments on commit bdf885f

Please sign in to comment.