Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
michaljaz committed Feb 12, 2024
1 parent 9e6163b commit 31d34d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/epic.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<div class="mb-10 mt-3 text-2xl text-gray-400 ">
<%= shop.description %>
</div>
<button class="rounded-2xl bg-lime-700 py-5 my-auto px-8 text-lg uppercase mb-[10rem]">
<button class="rounded-2xl bg-lime-700 py-5 my-auto px-8 text-lg uppercase mb-[10rem] hover:opacity-[0.7] transition-all duration-200 font-bold">
Skopiuj adres serwera
</button>
<div class="flex text-gray-400 items-center gap-3 text-xl opacity-[0.7]">
Expand Down

0 comments on commit 31d34d4

Please sign in to comment.