@luccaslopes88Submitted almost 4 years ago
Hi everyone, just finished my second challenge. I built it using CSS Flexbox. kindly go through and give me a feedback, specially in media queries. Thanks =]
Hi everyone, just finished my second challenge. I built it using CSS Flexbox. kindly go through and give me a feedback, specially in media queries. Thanks =]
Hey man 👋
I'm not a pro, but one quick suggestion I have is that making the rating cards and user cards relative in size could help on the desktop layout. There's a size before your media query here they get distorted and a bit hidden. Another solution could be to have a mid-way query like @media (max-width: 1000px)
.
One other small adjustment I'd do is the text alignment on the mobile version. Having it centered would make it look more appealing. You're already using flexbox, so it just be easy to adjust.
Great work! Cheers.