Skip to content

Instantly share code, notes, and snippets.

@mbeall
Created September 19, 2014 19:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mbeall/dfd54a2d3bf03ad1b05a to your computer and use it in GitHub Desktop.
Save mbeall/dfd54a2d3bf03ad1b05a to your computer and use it in GitHub Desktop.
.embed-expand-*
/**
* .embed-expand-*
*
* Apply this class to the closest ancestor
* element that has a col-*-* class
*/
@media (max-width: 767px) {
.embed-expand-xs {
padding-right: 0;
padding-left: 0;
margin-right: -30px;
margin-left: -30px;
}
}
@media (max-width: 991px) {
.embed-expand-md {
padding-right: 0;
padding-left: 0;
margin-right: -30px;
margin-left: -30px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment