Design comparison
SolutionDesign
Solution retrospective
- Which areas of my code are you unsure of?
- Do you think I took a wrong approach for a specific part of my code?
- Do you think my code can be more performant and can there be a better approach to write it? If yes, please write about it.
- Do you have any questions related to my project?
- What did you find difficult while building the project?
Community feedback
- @Aimal-125Posted over 1 year ago
In your CSS code, increase the height of body element to 120 or 150vh by using media query with
max-height: 400px;
so that your solution look good on screens with small heights.1@abdulqad33rPosted over 1 year ago@Aimal-125 I'll definitely try it, but I think it'll cause scrolling in the site.
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