Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Merge pull request #228 from SimonHFrost/master
Browse files Browse the repository at this point in the history
Use percentages for sign in modal centering
  • Loading branch information
jkleinsc committed Dec 9, 2015
2 parents 82d3f4d + f6ffe54 commit d39af15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/styles/_sign_in_screen.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
max-width: 300px;
margin: 0 auto;
position: absolute;
transform: translate(-142px, -165px);
transform: translate(-50%, -50%);
top: 50%;
left: 50%;
background: $blue_light3;
Expand Down

0 comments on commit d39af15

Please sign in to comment.