@justasteri
Posted
Hi! Great work! Here are is some feedback for your solution:
- Try to make your websites responsive for all the pre-defined layouts that the browser offers. I realized that your page isn't really responsive when trying the "Galaxy z fold 5" layout (I always use this layout because it has the smallest width size of all the pre-defined layouts)
- Try to avoid px for fonts, here is a great article that explains this more: https://fedmentor.dev/posts/font-size-px/
Marked as helpful
@mahenajT
Posted
Hi @justasteri,
Thank you for your valuable feedback! I will review the "Galaxy Z Fold 5" layout to ensure my solution is responsive across all device sizes. Additionally, I will check out the article on font sizing; switching from pixels (px) to a more scalable unit like em or rem makes sense for improved flexibility.
Your insights are very helpful!
@mahenajT
Posted
Hi @justasteri, I've improved my solution's responsiveness, including updates for the "Galaxy Z Fold 5" layout. It should now display correctly on smaller-width devices.