ZahraArshia/my-portfolio

Zahra's Portfolio Review

Opened this issue · 0 comments

Great job so far! However, there are a few adjustments you can make for your project to look even better. See comments below;

  • I see you have a number of media queries with the same min-width property in all of them; don't you think you can merge all that code under a single media query?
  • Building amazing websites use a mobile-first approach, so no media queries are necessary for mobile screen sizes. Check the project requirements to see different screen sizes to help you.
  • Maybe you should consider using vh and 'vw` values to size your page components, including your. images to make them more responsive.