Last active
August 29, 2015 14:15
-
-
Save CGastrell/a17db79e36688410cad6 to your computer and use it in GitHub Desktop.
Revisions
-
CGastrell revised this gist
Feb 24, 2015 . 1 changed file with 3 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -2,8 +2,9 @@ body { font-size: 14px; } /* targeting iPhones 1 through 5 and any other device which height is less than 480px */ @media screen and (max-device-width: 320px, max-device-height: 480px) { body: { font-size: 16px; } } -
CGastrell created this gist
Feb 16, 2015 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ body { font-size: 14px; } @media screen and (max-device-width: 360px, max-device-height: 480px) { body: { font-size: 12px; } }