Skip to content

Commit

Permalink
[Fix Bug 1276217] - Fix newsletter form layout for small viewports
Browse files Browse the repository at this point in the history
Increased the input email width for mobile view. 
Decreased the .span_narrow of form-title by 1 unit.
Increased the .span_narrow of form-submit by 1 unit. (#4415)
  • Loading branch information
RCMainak authored and craigcook committed Oct 24, 2016
1 parent 2c81c89 commit 8761583
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions media/css/sandstone/sandstone-resp.less
Expand Up @@ -899,7 +899,8 @@ nav.menu-bar {
}

input[type=email] {
width: 80%;
.border-box();
width: 100%;
padding: 15px 10px;
}

Expand Down Expand Up @@ -1146,7 +1147,7 @@ nav.menu-bar {
.footer-newsletter-form,
#newsletter-form {
.form-title {
.span_narrow(4);
.span_narrow(3);
padding-top: 4px;
}

Expand All @@ -1155,7 +1156,7 @@ nav.menu-bar {
}

.form-submit {
.span_narrow(3);
.span_narrow(4);
}
}

Expand Down

0 comments on commit 8761583

Please sign in to comment.