Skip to content
This repository has been archived by the owner on Feb 2, 2018. It is now read-only.

Commit

Permalink
Center better the logo on signup phone page
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Diallo-Mulliez committed Jul 5, 2016
1 parent 8a89a66 commit efd326b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions client/styles/pages/_authentication.scss
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,12 @@
}

.signup-logo-container {
position: absolute;
width: 80%;
top: 10px;
left: 10%;
width: 100%;
height: 30%;
display: flex;
align-items: center;
justify-content: center;
padding: 10%;
}

@media (max-width: 350px) {
Expand Down

0 comments on commit efd326b

Please sign in to comment.