Created
April 7, 2015 14:47
-
-
Save jamigibbs/33bec324f3c5368d3240 to your computer and use it in GitHub Desktop.
Merch: Footer Height
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 (max-width: 40em) { | |
footer.site-footer { | |
min-height: 310px; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment