My exploration of Flexbox began by testing it on an existing template sourced from a previous stackoverflow question. I am currently focusing on adjusting the image size to better fit within its parent div.
max-width: 50px; height: auto; margin:auto; vertical-align:middle; width: 100%; margin-left: .5rem;
I have included this line in the HTML:
In some cases, when changing the screen size, the images do not always appear as desired. Despite my attempts at tweaking the padding, the issue persists with images getting cut off.
.row,.row.reverse{-webkit-box-orient:horizontal}.row{align-items:center} ........ //CSS Code continues