Recently, I was working on an HTML file in Visual Studio Code using Live Server. However, to my surprise, when I opened the file in Chrome, all the elements seemed to be enlarged. It was weird because the dimensions of the elements were not displaying consistently between "Open with Live Server" and "Open with Default Browser" options.
Here is what I see using "Live Server"
And here is what I see when I open it with the default browser (Chrome)
I can't help but wonder: why is this happening? Is there a way to fix this dimension problem without having to rewrite everything?