I pushed an update to my review site today that improves the review card layout on mobile! Those cards were the very first things I designed for the site. I wanted them to have a nice, clean layout.
For code simplicity, I went with a single layout that shrunk gracefully, but suboptimally. 1/5
For code simplicity, I went with a single layout that shrunk gracefully, but suboptimally. 1/5
Comments
In the new layout, the review text gets the full width and extra info is moved to the top area. 2/5
There's now some new empty space above the review text, but something always has to give. 3/5
Doing everything twice isn't awesome, but it's simpler than trying to make a single component that can really restructure itself. 4/5
These are all small changes, but I think they're worthwhile. Enjoy! 5/5