Skip to content

Instantly share code, notes, and snippets.

@JoshBarr
Created March 8, 2017 19:41
Show Gist options
  • Save JoshBarr/cb41c3c7320dc7086799a6c5ded65af6 to your computer and use it in GitHub Desktop.
Save JoshBarr/cb41c3c7320dc7086799a6c5ded65af6 to your computer and use it in GitHub Desktop.
Layout fix
<style>
/* Prevent google maps from overlapping the contact form on mobile */
@media (max-width: 500px) {
#ContactUs_form > :first-child,
#page-content > :first-child {
min-width: 100% !important;
float: none;
}
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment