It seems to me that the class center-block is missing from the bootstrap 3 style sheets. Am I missing something?
center-block
Its usage is described here, http://ge
You can use class .center-block in combination with style="width:400px;max-width:100%;" to preserve responsiveness.
.center-block
style="width:400px;max-width:100%;"
Using .col-md-* class with .center-block will not work because of the float on .col-md-*.
.col-md-*
float