Created
January 4, 2017 08:56
-
-
Save jdrda/09a38bf152dd6a8aff4151c58679cc66 to your computer and use it in GitHub Desktop.
Bootstrap responsive image (img-responsive) center (text-center)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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