Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
michaljaz committed Feb 11, 2024
1 parent f3a22bc commit 3d8af37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/vepic.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@
<% } %>
</div>
<div class="flex gap-8 lg:flex-row flex-col">
<div class="flex-grow mt-10 flex flex-col gap-5 max-h-[30rem] overflow-y-scroll pr-4">
<div class="mt-10 flex flex-col gap-5 max-h-[30rem] overflow-y-scroll pr-4">
<% for(let product of shop.products) { %>
<button
class="bg-zinc-800 h-30 rounded-3xl p-6 flex gap-4 hover:opacity-[0.7] transition-all duration-200"
class="bg-zinc-800 h-30 rounded-3xl p-6 flex gap-4 hover:opacity-[0.7] transition-all duration-200 pr-20"
onclick="setProduct('<%= product.id %>')">
<img src="<%= product.icon %>" class="w-16 h-16 rounded-2xl" />
<div class="flex flex-col gap-2">
Expand Down

0 comments on commit 3d8af37

Please sign in to comment.