mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-20 14:30:23 +00:00
People normally center images using text-align. However, the `.img-responsive` class changes the display type to block. As a result you can no longer align the image with text-align. You must instead do it with margin: auto. There was no note about this on the web page, and no mention about setting the display to block. Users were left on a frustrating journey to figure out why they can't center images anymore! |
||
|---|---|---|
| .. | ||
| components | ||
| css | ||
| getting-started | ||
| js | ||
| nav | ||
| ads.html | ||
| customizer-variables.html | ||
| footer.html | ||
| header.html | ||
| social-buttons.html | ||