Skip to content

Instantly share code, notes, and snippets.

@gera3d
Created May 5, 2016 18:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gera3d/77cae9ec4fcd452b4e45174c843dd861 to your computer and use it in GitHub Desktop.
Save gera3d/77cae9ec4fcd452b4e45174c843dd861 to your computer and use it in GitHub Desktop.
Fix team page for mobile
/*Hot fix 1.18.2016 fixed the team page to look better on mobile. -Gera*/
@media only screen and (max-width: 800px) {
.gallery-columns-3 .gallery-item {
width: 100%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment