diff --git a/_assets/stylesheets/_layout/_maincontent.scss b/_assets/stylesheets/_layout/_maincontent.scss index 286a8bf3..b973dd89 100644 --- a/_assets/stylesheets/_layout/_maincontent.scss +++ b/_assets/stylesheets/_layout/_maincontent.scss @@ -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; } diff --git a/_assets/stylesheets/_redbat/_forms.scss b/_assets/stylesheets/_redbat/_forms.scss index 5bfd7dd1..911665fe 100644 --- a/_assets/stylesheets/_redbat/_forms.scss +++ b/_assets/stylesheets/_redbat/_forms.scss @@ -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; } } diff --git a/_includes/newsletter-form.html b/_includes/newsletter-form.html index f4920b77..e20c735b 100644 --- a/_includes/newsletter-form.html +++ b/_includes/newsletter-form.html @@ -9,7 +9,7 @@
- +