I switched to Firefox and it is normal size. I figure Firefox notices the missing meta name
You are right.
The problem is that FR is missing a critical tag in the <head>:
<meta name="viewport" content="width=device-width, initial-scale=1" />
Every website since 2015 should always include this tag.
It is a very simple fix.
can someone fix this?