Skip to content

Commit

Permalink
Merge pull request #163 from cypress-io/issue-157
Browse files Browse the repository at this point in the history
Fix display of footer in mobile view. close #157
  • Loading branch information
Jennifer Shehane authored Oct 23, 2017
2 parents 4930ae9 + cb4e1f2 commit 6a3fc80
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions themes/cypress/source/css/_partial/media_queries.scss
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,18 @@
}
}
}

footer.wrapper .top {
flex-direction: column;
padding: 30px;

.footer-form {
text-align: center;
margin: 0 auto;
}


}
}

@media screen and(max-width: 620px) {
Expand Down

0 comments on commit 6a3fc80

Please sign in to comment.