Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Responsiveness with grid system #1656

Open
3 tasks
craigyu opened this issue Nov 18, 2024 · 0 comments
Open
3 tasks

Responsiveness with grid system #1656

craigyu opened this issue Nov 18, 2024 · 0 comments

Comments

@craigyu
Copy link
Collaborator

craigyu commented Nov 18, 2024

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

  • Implement the grid system across the app.
  • Remove the unnecessary <div> wrapper outside <main>.
  • Remove padding in <main> to prevent other components from needing negative margins to achieve full width.

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant