I’m trying to adjust the paragraph spacing and move it closer to the title, but Top or Bottom seems to be disabled when using flex-direction: column… What can I do to push up .par2?
>Solution :
Properties bottom and top work with position: absolute; elements. They don’t work with other positions.
You have to use padding-top or margin-top with negative meaning (for example -10px).
And you can check properties margin and padding by headers (‘CATORING’, ‘EVENT HOSTING’, ‘DELIVERY’) using GoogleChrome Devtools. Most likely it is they who prevent the text from being located higher.
