Skip to content

Instantly share code, notes, and snippets.

Contract Killer

The popular open-source contract for web designers and developers by Stuff & Nonsense

  • Originally published: 23/12/2008
  • Revised date: 15/12/2013
  • Original post

$(document).ready(function($) {
/* getting viewport width */
var responsive_viewport = $(window).width();
/* if is below 481px */
if (responsive_viewport < 481) {
} /* end smallest screen */
@adrianherritt
adrianherritt / CSS3 media queries
Created May 25, 2012 20:45 — forked from metaNick/CSS3 media queries
Boilerplate CSS Media Queries
/* Credit to Paulund http://www.paulund.co.uk/boilerplate-css-media-queries */
/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-width : 320px)
and (max-width : 480px) {
/* Styles */
}
/* Smartphones (landscape) ----------- */
@adrianherritt
adrianherritt / mobile-meta-links.html
Created May 8, 2012 14:32
iOS Web App Configuration