Created
October 22, 2013 07:09
-
-
Save mjepson/7096370 to your computer and use it in GitHub Desktop.
Canvas: Set min-height on #content area so a page with little content has some space to the footer.
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
@media only screen and (min-width: 768px) { | |
#content { | |
min-height: 400px; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment