Tailwind CSS "justify-center" works if used with "flex-row" but doesnt work with "flex-col"
I was recently building a website using NuxtJs and ran into a problem: I cant center components in a that are in a flex column. but when i removed the "flex-col" class everything seemed to work fine. Here's my code:…