Skip to content

Instantly share code, notes, and snippets.

@persand
Created October 7, 2017 07:53
Show Gist options
  • Save persand/e76563d51b152b075fbe30ff5dee9eed to your computer and use it in GitHub Desktop.
Save persand/e76563d51b152b075fbe30ff5dee9eed to your computer and use it in GitHub Desktop.
hyperpixel.io: Better support for large screens
@media (min-width:1400px) {
.container {
width:100%;
}
.col-md-4 {
width:25%
}
}
@media (min-width:1680px) {
.col-md-4 {
width:20%
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment