I have a section of my website that I am using the following CSS on 2 divs, and one a tag in order to have the content vertically aligned in the center: .about-us-nav { display: flex; align-items: center; justify-content: center; } .about-us-nav a { font-size: 20px; color: #52361D; background-color: #885A31; border-color: #52361D; width: 200px; height: […]
The post Display: flex results in bootstrap columns not "stacking" on small window size/resize appeared first on BlogoSfera.