Skip to content

Commit

Permalink
Auth page mobile : delete right indent for Back btn
Browse files Browse the repository at this point in the history
  • Loading branch information
trudkoveb committed Dec 18, 2018
1 parent ec953f8 commit d8cad3a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/InitialPage/Auth.js
Expand Up @@ -24,6 +24,9 @@ const Greetings = styled.div`
width: 100%;
text-align: right;
padding-right: 45px;
@media (max-width: 768px) {
padding-right: 0;
}
}
.information {
background-color: #2b3649;
Expand Down

0 comments on commit d8cad3a

Please sign in to comment.