Skip to content

Commit

Permalink
style: Tweak for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
joncursi committed Feb 11, 2019
1 parent 62104b7 commit f747fb3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/pages/Home/Page/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default css`
top: 0;
}
.contentContainer {
align-items: center;
align-items: flex-end;
bottom: 0;
display: flex;
left: 0;
Expand Down Expand Up @@ -106,10 +106,11 @@ export default css`
@media (min-width: ${DIMS.BREAKPOINTS.MEDIUM}px) {
.background {
left: -25%;
left: -35%;
opacity: 1;
}
.contentContainer {
align-items: center;
left: 50%;
}
.logo {
Expand Down

0 comments on commit f747fb3

Please sign in to comment.