There are times when you need to rearrange grid items dynamically based on different screen sizes. Amazium provides order modifier classes to help shift items to the start or end of a grid, both on desktop and mobile.
.grid__item--alignStart → Moves the item to the first position (all devices)..grid__item--alignEnd → Moves the item to the last position (all devices)..grid__item--alignStartMobile → Moves the item to the first position on mobile screens..grid__item--alignEndMobile → Moves the item to the last position on mobile screens..item--alignEnd.item--alignStart.item--alignEndMobile.item--alignStartMobile.grid__item--alignEnd) moves to the end of the grid on all devices..grid__item--alignStartMobile) moves to the start only on mobile screens.