Skip to content

Instantly share code, notes, and snippets.

@AndrewSB
Created November 8, 2014 07:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AndrewSB/be64cc5e3f28f28752b9 to your computer and use it in GitHub Desktop.
Save AndrewSB/be64cc5e3f28f28752b9 to your computer and use it in GitHub Desktop.
Hey Treehacks, add this CSS media query to your css file to fix the responsiveness on mobile
@media only screen and (min-width : 455px) {
.organized-by .bases_logo {
width: 140px;
}
.organized-by .hackstanford_logo {
width: 180px;
}
.logo-wrapper {
width: 340px;  
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment