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