This repository demonstrates a common issue encountered when using Tailwind CSS's container
utility class. The container
class is designed to center content and limit its maximum width, but in some cases it might not stretch to the full available width on larger screens.
The problem is illustrated in bug.html
. The solution, demonstrating how to fix this issue, can be found in bugSolution.html
.
index.html
in your browser.