I am developing a blog and I recently added a div element with display: flex; to make the elements appear in the same row.
div
display: flex;
However, after making