Submitted over 1 year ago
fylo-data-storage-frontend using React, SCSS, and Bootstrap
@JosueJMartinez
Design comparison
SolutionDesign
Community feedback
- @mraditya1999Posted over 1 year ago
To achieve a more appealing user experience and ensure responsiveness across a broader range of screen sizes, consider the following adjustments to the CSS code:
@media screen and (max-width: 1192px) { .container { flex-wrap: wrap; width: 90vw; max-width: 1000px; /* Adjusted max-width for improved responsiveness */ margin: 0 auto; /* Center the container horizontally */ } }
With these modifications, your container element will now be responsive not only for screens up to 768px but also for screen sizes between 768px and 1192px. The changes aim to create a visually pleasing and user-friendly experience across various devices and display dimensions.
Feel free to further fine-tune the CSS values based on your specific design requirements to optimize the user experience.
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