bcgov / nr-forests-access-management

Authorization solution for BC natural resource sector
Apache License 2.0
8 stars 2 forks source link

Responsiveness with grid system #1656

Open craigyu opened 4 days ago

craigyu commented 4 days ago

Description

To ensure responsiveness across different devices, we need to integrate Bootstrap's grid system for easier development. The grid system should start with the <main> container. The <main> container should have the container class from Bootstrap, and every child component should use the appropriate classes such as row, col, or col-*.

Acceptance Criteria

Image