Created
January 8, 2013 06:43
-
-
Save ElmahdiMahmoud/4481789 to your computer and use it in GitHub Desktop.
css: core.css
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
| /*===== Global ===============*/ | |
| html, body { | |
| height: 100%; | |
| } | |
| #wrap { | |
| min-height: 100%; | |
| height: auto !important; | |
| height: 100%; | |
| margin: 0 auto -60px; | |
| } | |
| #push, | |
| #footer { | |
| height: 60px; | |
| } | |
| /* Cut and past in reponsive.css file */ | |
| @media (max-width: 767px) { | |
| #footer { | |
| margin-left: -20px; | |
| margin-right: -20px; | |
| padding-left: 20px; | |
| padding-right: 20px; | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment