forumone / nextjs-project

Next.js project template
0 stars 0 forks source link

refactored constrain to be a component #46

Closed coreylafferty closed 11 months ago

coreylafferty commented 11 months ago

This makes constrain its own component, which seems more elegant than manually adding classes and also ensures that the constrain classes remain on their own

, avoiding possible conflicts with padding/width/etc. properties coming from other classes.