Skip to content

Commit

Permalink
Fix countdown css
Browse files Browse the repository at this point in the history
  • Loading branch information
riasvdv committed Oct 2, 2023
1 parent d0d95b1 commit b578b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/2023/views/partials/cta.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
</div>

@if ($edition->sale_ends_at)
<p class="relative font-noway-medium italic text-primary text-1xl mt-8 leading-normal max-w-xs mx-auto">
<p class="relative font-noway-medium italic text-primary text-xl mt-8 leading-normal max-w-xs mx-auto text-center">
<span class="timer" data-expires="{{ $edition->sale_ends_at->getTimestamp() }}" data-threshold-days="30">
{{ $edition->sale_ends_description }}<br>
<span class="days">0</span>d,
Expand Down

0 comments on commit b578b18

Please sign in to comment.