Skip to content

Commit

Permalink
Submit btn fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adelasofia committed Oct 17, 2018
1 parent 06af384 commit 3a41021
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/contact-form-band.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h3>Receive enterprise support</h3>
<input type="text" id="country" name="country" placeholder="Country" class="width-4-12">
<input type="text" id="state" name="state" placeholder="State / Province" class="width-4-12">
<textarea id="subject" name="subject" placeholder="Aditional information or questions" class="width-12-12"></textarea>
<input type="submit" value="Submit" class="width-2-12">
<input type="submit" value="Submit" class="width-6-12">
</form>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions _sass/core/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -277,5 +277,6 @@ form {
cursor: pointer;
border-radius: 0;
border: none;
max-width: 10rem;
}
}

0 comments on commit 3a41021

Please sign in to comment.