Created
March 8, 2017 19:41
-
-
Save JoshBarr/cb41c3c7320dc7086799a6c5ded65af6 to your computer and use it in GitHub Desktop.
Layout fix
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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