Hi there,
I have a container with display flex
and align-items: center
.
Within this container, I have a <p>
tag and then a <ul>
However, the <p>
and <ul>
are displaying side by side. Is there a way to display each of these elements full width/under each other?
Thanks