Skip to content

Instantly share code, notes, and snippets.

@jacobmischka
Last active August 29, 2015 14:25
Show Gist options
  • Save jacobmischka/3fc32ae037016ade9179 to your computer and use it in GitHub Desktop.
Save jacobmischka/3fc32ae037016ade9179 to your computer and use it in GitHub Desktop.
@media(min-width: 992px) {
.col-md-8{
width: 100%;
}
.col-md-offset-2{
margin-left: 0px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment