bespoyasov / frontend-clean-architecture

React + TypeScript app built using the clean architecture principles in a more functional way.
https://bespoyasov.me/blog/clean-architecture-on-frontend/
2.35k stars 259 forks source link

Improve mobile user experience and fix minor visual errors #5

Closed Async10 closed 3 years ago

Async10 commented 3 years ago

This PR improves the user experience for mobile users. The grid layout is now responsive. That means mobile users no longer have to scroll horizontally to see all cookies. Futhermore the name of the logged in user now breaks into the next line if there is not enough space to fit the title and the name in the header.

Apart from that I fixed some minor visual errors. By adding some padding to the cookie image the cookie no longer overlaps the text for the toppings. I added some spacing on the "In your cart"-text so it no longer sticks to the "add to cart"-button.

bespoyasov commented 3 years ago

Thank you!

I will check this out this week and merge this PR if everything is okay :–)

bespoyasov commented 3 years ago

Looks good! Thanks :–)