You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following #28 we want to remove the root padding and use a Box component when it is needed to add it back. Keep in mind to avoid introducing a breaking change.
This is necessary to rework our layout system for which we need 2 things:
A way to layout our page & components
A way to responsively switch from web to desktop
Todo
List all components that need to be changed
Do the refactoring
The text was updated successfully, but these errors were encountered:
Goal
Following #28 we want to remove the root padding and use a Box component when it is needed to add it back. Keep in mind to avoid introducing a breaking change.
This is necessary to rework our layout system for which we need 2 things:
Todo
The text was updated successfully, but these errors were encountered: