Created
January 10, 2013 15:56
-
-
Save tomharrigan/4503154 to your computer and use it in GitHub Desktop.
This will fix the header image, navigation and ad issue
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
| #header { | |
| background-position: bottom center; | |
| background-size: 100%; | |
| } | |
| @media only screen | |
| and (min-device-width : 768px) | |
| and (max-device-width : 1024px) { | |
| ul.nav { | |
| width: 85%; | |
| margin-right: 0; | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment