Can't Style Multiple Elements

You’ve made the mistaken assumption that i want to resize fonts only. I want to resize all the content.

I’m aware of that. For my personal usage, zoom works fine on Chrome. For general usage, Mozilla recommends transform:scale (not font-size). But i had issues with transform:scale. Would be great if someone here can solve my problem with transform:scale.

Can you share how that could help?

Update: Here’s a fix for the scale positioning issue
transform-origin: left center;

But subsequent elements don’t move down as desired. They overlap. How to fix that?
image

I started a separate thread for that issue.