Design comparison
SolutionDesign
Solution retrospective
What challenges did you encounter, and how did you overcome them?
Switching the image between desktop and mobile.
After the setup from tailwind config file, worked locally but on deployment there was no display of images.
I fixed this by hard coding the url url("../images/hero-mobile.jpg");
for both mobile and desktop.
Community feedback
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