It is missing the viewport code when you right click on a webpage and click on View page source. Chrome sees very tiny text on my Samsung Galaxy S10 cell phone android cell phone when it was normal size not to long ago.
I emailed this site on Oct 12 to jimrob@psnw.com but no reply and the viewport is still missing. Only Free Republic is affected. Other websites have no issue.
I switched to Firefox on the cell phone and it shows the text normal.
On the desktop pc the text is normal using Chrome or Firefox.
The cell phone text was adjusted in Settings long ago to make the text bigger then when stock.
meta name=”viewport” content=”width=device-width, initial-scale=1”
<!— keeps text the size you want in cell phone screens. Without it the text will be very small. —>
Here is the code that every webpage should have at the top.
https://pastebin.com/MJD5CjnD
Googled: add meta name=”viewport” content=”width=device-width, initial-scale=1”
Thanks!!