Skip to content

Commit

Permalink
Adjust size of card image
Browse files Browse the repository at this point in the history
  • Loading branch information
lazamar committed Oct 2, 2024
1 parent 90744df commit 5ab9cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/frontend/src/views/card/products.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<p class="mt-6 text-lg leading-8 text-gray-500">Ambar's example application illustrating a message-driven distributed system.</p>
</div>

<img src="/assets/images/card.png" width="300px" style="transform: rotate(-11deg)">
<img src="/assets/images/card.png" style="transform: rotate(-11deg)">
</div>


Expand Down

0 comments on commit 5ab9cda

Please sign in to comment.