Skip to content

Commit ef7fb50

Browse files
Update CTA footer.
1 parent 0d2f643 commit ef7fb50

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

src/partials/_cta-footer.html

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,23 +54,25 @@ <h3 class="h5">Other</h3>
5454
</ul>
5555
</div>
5656
<div class="col-12 col-md-4 mb-5 mb-lg-0">
57-
<h3 class="h5">Subscribe</h3>
58-
<p class="text-muted font-small">Join our mailing list. We write rarely, but only the best content.</p>
59-
<form>
57+
<span class="h5">Subscribe</span>
58+
<p class="text-muted font-small mt-2">Join our mailing list. We write rarely, but only the best content.
59+
</p>
60+
<form action="#">
6061
<div class="form-row mb-2">
6162
<div class="col-12">
62-
<label class="h6 font-weight-normal text-muted" for="exampleInputEmail3">Email address</label>
63-
<input type="email" class="form-control mb-2" placeholder="[email protected]" name="email" aria-label="Subscribe form" id="exampleInputEmail3" required>
63+
<label class="h6 fw-normal text-muted d-none" for="exampleInputEmail3">Email address</label>
64+
<input type="email" class="form-control mb-2" placeholder="[email protected]" name="email"
65+
aria-label="Subscribe form" id="exampleInputEmail3" required>
6466
</div>
65-
<div class="col-12">
66-
<button type="submit" class="btn btn-tertiary shadow-soft btn-block" data-loading-text="Sending">
67+
<div class="col-12 d-grid">
68+
<button type="submit" class="btn btn-tertiary" data-loading-text="Sending">
6769
<span>Subscribe</span>
6870
</button>
6971
</div>
7072
</div>
7173
</form>
72-
<small class="text-muted font-small">We’ll never share your details. See our <a class="text-white" href="#">Privacy Policy</a>
73-
</small>
74+
<p class="text-muted font-small m-0">We’ll never share your details. See our <a class="text-white"
75+
href="#">Privacy Policy</a></p>
7476
</div>
7577
</div>
7678
<hr class="my-5">

0 commit comments

Comments
 (0)