Is your feature request related to a problem? Please describe.
Improve and make the carts more responsive: On large devices, ensure that all carts are aligned to the left side of the container. On smaller screens, adjust the text alignment and prevent the carts from growing excessively in the y-axis, ensuring a more compact and user-friendly layout.
Describe the solution you'd like
To make the carts more responsive, ensuring they align properly on large devices and maintain a compact layout on smaller screens, you can use Flexbox or Grid with responsive CSS.
Describe alternatives you've considered
make Responsive
Is your feature request related to a problem? Please describe. Improve and make the carts more responsive: On large devices, ensure that all carts are aligned to the left side of the container. On smaller screens, adjust the text alignment and prevent the carts from growing excessively in the y-axis, ensuring a more compact and user-friendly layout.
Describe the solution you'd like To make the carts more responsive, ensuring they align properly on large devices and maintain a compact layout on smaller screens, you can use Flexbox or Grid with responsive CSS.
Describe alternatives you've considered make Responsive
Additional context