mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-01 07:45:41 +01:00
styling tweaks
This commit is contained in:
parent
bc8681c816
commit
118849183c
@ -22,4 +22,5 @@
|
|||||||
.newsletter__title {
|
.newsletter__title {
|
||||||
@extend .h4;
|
@extend .h4;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
|
color: $headings-color;;
|
||||||
}
|
}
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
<div class="grid grid--full grid-small--half grid--gutters grid--center">
|
<div class="grid grid--full grid-small--half grid--gutters grid--center">
|
||||||
<div class="grid__col">
|
<div class="grid__col">
|
||||||
<h1 class="newsletter__title">Subscribe to BigchainDB Updates</h1>
|
<h1 class="newsletter__title">Get updates delivered to your inbox</h1>
|
||||||
<p class="newsletter__text">Get updates delivered to your inbox. No more than 1 email per month. We're busy too.</p>
|
<p class="newsletter__text">No more than 1 email per month. We're busy too.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="grid__col">
|
<div class="grid__col">
|
||||||
<form id="newsletter"
|
<form id="newsletter"
|
||||||
@ -20,7 +20,7 @@
|
|||||||
<label class="form-label" for="email">Your Email</label>
|
<label class="form-label" for="email">Your Email</label>
|
||||||
|
|
||||||
<span class="input-group-btn">
|
<span class="input-group-btn">
|
||||||
<button class="btn btn-secondary" type="submit" name="button">
|
<button class="btn btn-primary" type="submit" name="button">
|
||||||
Subscribe
|
Subscribe
|
||||||
</button>
|
</button>
|
||||||
</span>
|
</span>
|
||||||
|
Loading…
Reference in New Issue
Block a user