Created
November 8, 2014 07:48
-
-
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
This file contains hidden or 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
@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