Skip to content

Instantly share code, notes, and snippets.

@jdrda
Created January 4, 2017 08:56
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 jdrda/09a38bf152dd6a8aff4151c58679cc66 to your computer and use it in GitHub Desktop.
Save jdrda/09a38bf152dd6a8aff4151c58679cc66 to your computer and use it in GitHub Desktop.
Bootstrap responsive image (img-responsive) center (text-center)
.text-center .img-responsive {
margin-left: auto;
margin-right: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment