Skip to content

Instantly share code, notes, and snippets.

View BritoDev's full-sized avatar
💭
I may be slow to respond.

BritoDev BritoDev

💭
I may be slow to respond.
View GitHub Profile
@tiborp
tiborp / bootstrap-wide.css
Created April 25, 2014 19:47
Extra media queries for BIG screens
// Extra big for Twitter Bootstrap
@media screen and (min-width: 1400px) {
.container {
width: 1370px;
}
}
@media screen and (min-width: 1600px) {
.container {
width: 1570px;