Skip to content

Commit

Permalink
fixed bibleverse footer margin (#754)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellen-Wittingen authored May 6, 2023
1 parent e16363f commit 1a3e499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/tools/daily-verse.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
>
<span class='card-text float-end pt-1'> {{verse.reference}} </span>
</a>
<footer class='blockquote-footer pt-2'>{{verse.copyright}}</footer>
<footer class='blockquote-footer mt-2'>{{verse.copyright}}</footer>
</div>
{{/each}}
</div>
Expand Down

0 comments on commit 1a3e499

Please sign in to comment.