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
| ### Keybase proof | |
| I hereby claim: | |
| * I am hellapixels on github. | |
| * I am hellapixels (https://keybase.io/hellapixels) on keybase. | |
| * I have a public key whose fingerprint is 807E 2611 879D 6D6B 73BC 1A6F BB23 3A3B 558F A482 | |
| To claim this, I am signing this object: |
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
| /* Retina media query. | |
| Overrides styles for devices with a | |
| device-pixel-ratio of 2+, such as iPhone 4/iPad 3. | |
| ----------------------------------------------- */ | |
| @media | |
| only screen and (-webkit-min-device-pixel-ratio: 2), | |
| only screen and (min-device-pixel-ratio: 2) { | |
| #topnav { |
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: 767px) { | |
| *enter code here* | |
| } |
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-device-width: 480px) { | |
| img[class="image-class"] { width: 100% !important; } | |
| p[class="p-class"] { font-size: 14px !important; } | |
| } |
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
| <meta content='width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;' name='viewport' /> |
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
| /* Retina media query. | |
| Overrides styles for devices with a | |
| device-pixel-ratio of 2+, such as iPhone 4/iPad 3. | |
| ----------------------------------------------- */ | |
| @media | |
| only screen and (-webkit-min-device-pixel-ratio: 2), | |
| only screen and (min-device-pixel-ratio: 2) { | |
| #topnav { |