Html – Tailwind Grid Gap overflows parent
I am using Tailwind to style my website. As soon as I add gap-x-7 or bigger, the grid becomes bigger than the parent. It works fine for gap-x-6 or smaller. How can I fix this? Shouldn't the col-span-6 always calculate…