Skip to content
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.

134 Fix Newsletter #136

Merged
merged 3 commits into from
Sep 23, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion _assets/stylesheets/_layout/_maincontent.scss
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@
h1 {
font-size: 1.7rem;
font-weight: normal;
line-height: 1.3;
line-height: 1.2;
margin-bottom: .5rem;
a {
text-decoration: none;
}
Expand Down
11 changes: 5 additions & 6 deletions _assets/stylesheets/_redbat/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,18 +83,17 @@ input:focus::-moz-placeholder {
}
.button-group {
display: flex;
width: 20%;
.button.button--primary {
border-radius: 3px;
flex: 1 1 auto;
flex: 1 1 20%;
.button {
width: 100%;
}
}
.newsletter__inputs {
display: flex;
flex: 1 1 auto;
flex: 2 1 80%;
}
.form-group {
flex: 1 1 auto;
flex: 1 1 50%;
margin-right: .5rem;
}
}
Expand Down
2 changes: 1 addition & 1 deletion _includes/newsletter-form.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<div class="form-group">
<label for="fieldEmail" class="screen-reader-hide">Email</label>
<input id="fieldEmail" name="cm-bhrjhl-bhrjhl" type="email" autocomplete="off" autocorrect="off" autocapitalize="off" placeholder="Email Address" required />
<input id="fieldEmail" name="cm-bhrjhl-bhrjhl" type="email" autocomplete="off" autocorrect="off" autocapitalize="off" placeholder="Email" required />
</div>
</div><!-- /.newsletter__inputs -->

Expand Down