Skip to content

Commit

Permalink
removed gap between image and text
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-ashish-k committed Nov 8, 2023
1 parent 281b8d8 commit 94f173e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/>
<div class="absolute top-16 lg:top-12 xl:top-8 2xl:top-12 w-full">
<div
class="flex flex-col lg:flex-row container gap-1 lg:gap-[5.25rem] text-center lg:[&_img]:h-[calc(476px-theme(spacing.16)-1rem)]"
class="flex flex-col lg:flex-row container gap-1 lg:gap-[2.25rem] text-center lg:[&_img]:h-[calc(476px-theme(spacing.16)-1rem)]"
>
<img
:src="hex"
Expand Down

0 comments on commit 94f173e

Please sign in to comment.