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

Implementation of Responsive Grids #2624

Open
xanaramoss opened this issue Dec 11, 2024 · 0 comments
Open

Implementation of Responsive Grids #2624

xanaramoss opened this issue Dec 11, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@xanaramoss
Copy link

xanaramoss commented Dec 11, 2024

We’ve established responsive grids for various breakpoints, which affect the layout and design. These grids ensure consistent and adaptive layouts across devices. You can find them here. To visualize the grids, use Shift + G.

Breakpoints:

  1. Extra Small/Phone: 0-599dp
  2. Small/Tablet: 600-904dp
  3. Small/Tablet: 905-1239dp
  4. Medium/Laptop: 1240-1439dp
  5. Large/Desktop: 1440+dp

Key Changes:

  • Content is now centered.
  • Margins are wider.
  • Gutters have been adjusted.
  • Both vertical and horizontal spacing have been adjusted for consistency

Result:

  • Layouts and content have shrunk slightly to align with the new grid system.
  • All the designs on product handoff are consistent with the new grid system.

We are currently only designing for the following breakpoints:

  1. Extra Small/Phone: 0-599dp
  2. Medium/Laptop: 1240-1439dp

I added annotations in Dev Mode to clarify the changes on the following Layouts:

Let me know if you have any questions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

5 participants