Skip to content

Commit

Permalink
Improved layout
Browse files Browse the repository at this point in the history
  • Loading branch information
gdevxy committed Dec 29, 2024
1 parent 00c63e6 commit 8d5c45c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,9 @@ <h1 class="card-title">{blogPost.title}</h1>
<div class="col text-end">
{/if}
<div class="blog-paragraph">
Leave a thumbs up if you liked it <span class="ps-2"><button id="btnRate" name="{blogPost.id}" type="button" class="btn btn-dark bi bi-hand-thumbs-up-fill {#if thumbsUpEnabled}thumbs-up-success{/}"></button></span>
<span class="d-inline d-sm-none">Leave a thumbs up</span>
<span class="d-none d-sm-inline">Leave a thumbs up if you liked it</span>
<span class="ps-2"><button id="btnRate" name="{blogPost.id}" type="button" class="btn btn-dark bi bi-hand-thumbs-up-fill {#if thumbsUpEnabled}thumbs-up-success{/}"></button></span>
</div>
</div>
</div>
Expand Down

0 comments on commit 8d5c45c

Please sign in to comment.