https://i.sstatic.net/StzxW.png
My goal is to maintain consistent spacing between div containers across different resolutions. Currently, I am using vh as a margin unit, but this approach is not responsive. For example, 2vh might look appropriate for resolutions greater than 1000px wide, but it appears too large for resolutions between 600px and 999px wide. I have considered using media queries to address this issue, but I believe there may be a more efficient solution that ensures consistent margins across all resolutions without the need for media queries. Is there another method to achieve this consistency?