How to change align when resizing with Boostrap?-Twitter bootstrap
I have the following footer below using bootstrap: .align-center { text-align: center; } #footer { background-color: #3c3d41; color: white; padding-top: 25px; padding-bottom: 10px; } .footer-social-media-text { text-decoration: none; height: 25px; color: white; white-space: nowrap; } .footer-social-media-icon { padding-right: 8px; margin-left:…