Skip to content

Instantly share code, notes, and snippets.

@barnabywalters
barnabywalters / style.css
Created September 5, 2012 19:22
em based responsive line lengths with cascading breakpoints and stuff
/*
* The basic idea:
* No more "mobile first", just take up the entire browser width when
* optimum line length gets near viewport width.
*/
body
{
width: 100%;
}