Skip to content

Commit

Permalink
contact form: full width input and button for small screen size
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul McAvoy authored and niklasravnsborg committed Feb 13, 2015
1 parent 6b1173d commit 2d16cd6
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion assets/css/3-sections/_form.sass
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,20 @@ form
margin-bottom: 20px

span
display: block
display: block

@media (max-width: 541px)
form
.contact-info-group

label
width: 100%

&:nth-child(1)
padding: 0

&:nth-child(2)
padding: 0

[type="submit"]
width: 100%

0 comments on commit 2d16cd6

Please sign in to comment.