api, mobile-first, responsive

Solution retrospective
it was fun :)
Please log in to post a comment
Log in with GitHubCommunity feedback
- @ilyesab
Hi @victorJandreu, Great Work!
I taken a look at your code. it looks like you did a good job. a few notes about it from my side are:
-
first on a mobile screen such as 375px wide. the content overflows the main container. it looks like from your CSS that you took a mobile first approach. the divider svg is 295px wide on mobile whereas the main container is 269.25px. so overflow happens. however on screens wider than 440px your design doesn't overflow.
-
Second is your JS Code. it seems like you don't add semicolons at the end of your javascript statements. Javascript does add them automatically if you omit them. however in some certain cases it can lead to errors that are hard to debug. so a general advice is to always add them manually.
Marked as helpful -
Join 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