This is the content of my media object. Items directly inside the flex container will be aligned to flex-start.
img { max-width: 100%; } .media { display: flex; align-items: flex-start; } .media .content { flex: 1; padding: 10px; }
This is the content of my media object. Items directly inside the flex container will be aligned to flex-start.