Skip to content

Commit

Permalink
Tweak user forms' margin, improving their appearance in smaller devices
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarral committed Aug 18, 2015
1 parent 72a4c31 commit 5a4d13f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/assets/stylesheets/partials/_user.sass
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ body.user

section.form
+span-columns(6)
padding: 70px
padding: 10px
+media($smartphone-landscape)
padding: 70px
margin: 0 auto
background: $white
box-shadow: 0 0 7px transparentize($black, 0.9)
Expand Down

0 comments on commit 5a4d13f

Please sign in to comment.