As I was building my portfolio page, I included 4 main subheadings: About, Resume, Blog, and Portfolio.
To neatly organize these headings at the top center of my div, I decided to create an unordered list with a display inline property. This successfully brought all the headings together in one line.
Now, I am looking for a way to add spacing between the headings without resorting to using margin or padding. Is there a direct solution utilizing flexbox that would allow me to achieve this goal while minimizing the need for media queries on smaller screens?