[Vuejs]-Unexplained right-side margin when page not full screen – Nuxt/Tailwinds

1👍

Container class in tailwind doesn’t apply any horizontal padding or self-center automatically. Adding mx-auto class (which sets margin-left and margin-right to auto) to the first div will solve the problem.

Leave a comment