tailwindlabs / discuss

A place to ask questions, get help, or share what you've built with Tailwind CSS.
MIT License
171 stars 9 forks source link

Responsive padding in .container #405

Open OwenMelbz opened 4 years ago

OwenMelbz commented 4 years ago

Currently when using the container plugin you can set the horizontal padding.

However there isn’t really an optimal amount that this padding can get set to that works across devices all the way down to 320.

I’m aware we can disable the padding completely, and add our own css to achieve this, however it would be “better” if it was an official feature, considering every other feature adjusts per breakpoint it would make sense to do this as well?