Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/themefisher/restaurant-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/subscription.html')
-rw-r--r--layouts/partials/subscription.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/layouts/partials/subscription.html b/layouts/partials/subscription.html
index bb7c1fc..3d492c0 100644
--- a/layouts/partials/subscription.html
+++ b/layouts/partials/subscription.html
@@ -26,10 +26,12 @@
<form action="{{ .form_action | safeURL }}" method="post" id="mc-embedded-subscribe-form"
name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
- <div class="mc-field-group">
+ <div class="mc-field-group text-left">
<label for="mce-EMAIL">Email Address</label>
- <input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
- <input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button">
+ <div class="d-flex">
+ <input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
+ <input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button">
+ </div>
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>