Skip to content

Commit

Permalink
Newsletter UI
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalbaljet committed Nov 13, 2023
1 parent 1e2fa9a commit 5f0743c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/views/newsletter.blade.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@seoTitle('Splade Newsletter')

<div class="min-h-screen flex items-center justify-center">
<div class="max-w-2xl mx-auto">
<div class="min-h-screen flex sm:items-center justify-center">
<div class="max-w-2xl mx-auto p-4">
<x-splade-modal max-width="lg">
<x-splade-form class="space-y-4" :default="$honeypot" :action="route('newsletter.store')">
<h1 class="text-2xl font-bold">
<h1 class="text-xl md:text-2xl font-bold">
Subscribe to the Splade Newsletter!
</h1>

Expand Down

0 comments on commit 5f0743c

Please sign in to comment.