Design comparison
Community feedback
- @Nadine-GreenPosted almost 2 years ago
HEY GLENN!
When I previewed your website, I was greeted with the mobile design of your site instead of the desktop design, for user experience, it is advisable to ensure that your mobile design start beneath 1000px, this will prevent it from showing up on laptops/desktops as it did for me.
Additionally, instead of using a
div
for<div id="root">
, you should opt for a more semantic element likemain
, this will not only make your site more accessible for disabled people, but you will have one less error as well.HOPE I COULD BE OF HELP :)
HAPPY CODING!
Marked as helpful0 - @phoobynetPosted almost 2 years ago
Hi,
The breakpoint in the style guide for desktop is 1440px. I do feel this is a little big, but I stuck too it.
Your are correct about there being no
main
tag, I forgot to put that back in during refactoring. However, thediv#root
is just the React "hosting" element. I've just posted an update with amain
tag included.Thanks for the feedback
0@Nadine-GreenPosted almost 2 years ago@phoobynet
Ok, I understand now, happy I could be of help :)
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord