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.
Source:stackexchange.com
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.