flexbox - in Bootstrap col-xs-12 is not ocupying 100% width because the display: flex; property -
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
Post a Comment