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

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -