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

Commit

Permalink
Merge pull request #164 from GroupEat/#155-well-designed-logo-on-signup
Browse files Browse the repository at this point in the history
Center better the logo on signup phone page - Closes 155
  • Loading branch information
etiennedemontalivet authored Jul 5, 2016
2 parents 8a89a66 + efd326b commit ecc04ed
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 ecc04ed

Please sign in to comment.