Skip to content

Commit d88303d

Browse files
Updated theme.
1 parent 88f23b2 commit d88303d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

templates/_call_to_action_footer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="flex flex-col gap-8">
1+
<div class="col gap-8">
22
{% if page.extra.call_to_action_footer_text is defined %}{% set call_to_action_footer_text = page.extra.call_to_action_footer_text %}{% else %}{% set call_to_action_footer_text = config.extra.call_to_action_footer_text %}{% endif %}
33
<p class="[&>a]:underline [&>a]:underline-offset-4 [&>a]:decoration-2 [&>a]:decoration-sky-500 [&>a]:dark:decoration-sky-400">{{ call_to_action_footer_text | safe }} </p>
44
<div class="flex gap-5">
@@ -7,7 +7,7 @@
77
method="post"
88
target="popupwindow"
99
onsubmit="window.open('https://buttondown.email/TDP', 'popupwindow')"
10-
class="flex flex-col gap-2 w-1/2"
10+
class="col gap-2 w-1/2"
1111
>
1212
<input aria-label="Email input field" class="p-2 bg-stone-300 dark:bg-stone-700n placeholder:text-slate-700 dark:placeholder:text-slate-900" placeholder="Enter your email address" type="email" name="email" id="bd-email" />
1313

0 commit comments

Comments
 (0)