Create Default Container #35
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "Create-Container-component-and/or-tailwind-class"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Close #12
Create Container component and/or tailwind class
By definition of concrete constant width you are breaking responsivity.
To test it - create this container, put some long text inside and resize the window. You will see horizontal scrollbar. We should not have it.
Customize this section in
tailwind.config.js
And apply this class inside you component. BUT don't forget to merge outcoming className with that.