form breakpoints

This commit is contained in:
Andy Miller
2015-12-10 16:42:18 -07:00
parent 72cd1099cd
commit db806b86e4
3 changed files with 7 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -18,6 +18,11 @@
width: 50%;
display: inline-block;
margin-right: -2px;
@include breakpoint(mobile-only) {
width: 100%;
margin-right: 0;
}
}
.form-field {