Skip to content

Instantly share code, notes, and snippets.

@yrtchs
yrtchs / bootstrap-wide.css
Created June 22, 2020 15:43 — forked from tiborp/bootstrap-wide.css
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;