fix promo banner spacing

This commit is contained in:
Ben Allfree 2024-11-14 21:02:26 -08:00
parent 808afc59f2
commit f9ef2a11c4

View File

@ -1,16 +1,20 @@
<script lang="ts">
</script>
<div class="alert alert-info bg-yellow-300 rounded-none">
<div class="text-info-content">
This promo banner will go away after Dec 2. Please spread the word and help
close the Flouder's round.
</div>
<div class="alert alert-info bg-yellow-300 rounded-none mb-10">
<div>
<a
href="https://www.producthunt.com/posts/pockethost?embed=true&utm_source=badge-featured&utm_medium=badge&utm_souce=badge-pockethost"
class="btn btn-sm btn-neutral">Vote on Product Hunt</a
>
<a href="/pricing" class="btn btn-sm btn-neutral">Black Friday ON now!</a>
<div class="text-info-content">
This promo banner will go away after Dec 2. Please spread the word and
help close the Flouder's round.
</div>
<div>
<a
href="https://www.producthunt.com/posts/pockethost?embed=true&utm_source=badge-featured&utm_medium=badge&utm_souce=badge-pockethost"
class="btn btn-sm btn-neutral m-2">Vote on Product Hunt</a
>
<a href="/pricing" class="btn btn-sm btn-neutral m-2"
>Black Friday ON now!</a
>
</div>
</div>
</div>