Skip to content

Instantly share code, notes, and snippets.

View gitconfig's full-sized avatar

gitconfig gitconfig

View GitHub Profile
/*
* Author: http://stuffandnonsense.co.uk/blog/about/hardboiled_css3_media_queries/
*/
/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
/* Styles */
}
@gitconfig
gitconfig / Gemfile
Last active December 25, 2015 18:29 — forked from ctalkington/Gemfile
source :rubygems
gem "puma"
gem "sinatra"