flexbox - in Bootstrap col-xs-12 is not ocupying 100% width because the display: flex; property -


enter image description here

i needed vertical align image left in site uses bootstrap. found solution here okay when resize xs screens property col-xs-12 shares space other column , not taking 100% width. how should make respect given space provided?

/* small devices (tablets, 768px , up) */ @media (min-width: 768px) {      .vertical-align {         display: flex;         align-items: center;     } } 

i didnt read here


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -