Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
michaljaz committed Nov 17, 2023
1 parent ec5e8e6 commit ba1871c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions views/basic.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
<a href="#" class="text-xl font-bold">Voucher</a>
</div>
</div>
<div class="max-w-screen-2xl w-full p-8 md:p-12 gap-4 flex flex-col lg:flex-row items-center lg:items-start">
<div class="w-full grid grid-cols-1 gap-4 sm:grid-cols-2 xl:grid-cols-3 h-fit mb-10">
<div class="max-w-screen-2xl w-full p-8 md:p-12 gap-5 flex flex-col lg:flex-row items-center lg:items-start">
<div class="w-full grid grid-cols-1 gap-5 sm:grid-cols-2 xl:grid-cols-3 h-fit mb-10">
<% for(let product of config.products) { %>
<div class="flex flex-col items-center bg-neutral-900 p-5">
<div class="flex flex-col items-center bg-neutral-900 p-5 py-10">
<img src="<%= product.icon %>" class="w-32 h-32 mb-4" />
<div class="mb-2 text-2xl font-bold">
<%= product.name %>
Expand All @@ -60,7 +60,7 @@
</div>
<% } %>
</div>
<div class="w-full lg:max-w-xs flex flex-col gap-4 items-center mb-6">
<div class="w-full lg:max-w-xs flex flex-col gap-5 items-center mb-6">
<button class="rounded-sm bg-green-700 p-2 px-10 text-lg uppercase">Voucher</button>
<div class="text-2xl font-bold mt-6">
OSTATNIE ZAKUPY
Expand Down

0 comments on commit ba1871c

Please sign in to comment.