Skip to content

Instantly share code, notes, and snippets.

View iancrowther's full-sized avatar
💻
01001011 01101111 01101110 01100001 01101101 01101001

Ian Crowther iancrowther

💻
01001011 01101111 01101110 01100001 01101101 01101001
View GitHub Profile
@iancrowther
iancrowther / README.md
Last active August 29, 2015 14:19
OSX Install Scripts
@iancrowther
iancrowther / README.md
Last active August 29, 2015 14:19
A collection of technology tips

A collection of technology tips

@iancrowther
iancrowther / media.css
Last active August 29, 2015 14:07 — forked from BenHall/media.css
/* iPhone */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px) { /* iPhone 5 in portrait & landscape */
}
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : landscape) { /* iPhone 5 in landscape */