Skip to content

Instantly share code, notes, and snippets.

@jaapie
jaapie / rwd.css
Last active December 14, 2015 10:48 — forked from trey/rwd.css
My version of twitter-bootstrap-compatible responsive breakpoints. I couldn't get them to work properly, so I fiddled around with them until I came up with the code below.
/* http://twitter.github.com/bootstrap/scaffolding.html#responsive */
/* Landscape phones and down */
@media (max-width: 480px) {
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) and (min-width: 481px) {
}