@kaiketorres
Yong Zhi
@pohyongzhiAll comments
- @pohyongzhi
Hi Kaine,
You solution looks good!
I would suggest
.content_join_our_community and .move_cards
to be wrapped under a single div. Afterwards, add theborder-radius: 0.5rem
andoverflow: hidden
in the wrapped div. This should fix the border issue in mobile view.Also there is no need to set
height
as this may cause responsive issue in different screen sizes.Marked as helpful