hacettepeoyt / oyt-website

Official website of Hacettepe Free Software Society

Home Page:https://ozguryazilimhacettepe.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Page width is wider than the viewport

furkansimsekli opened this issue · comments

In 6a68cf6, I removed shrink-to-fit=no from viewport meta. However, page still doesn't fit to viewport, I tried 2 different browsers.

I also tested removing <header>, <main> and <footer> one by one to see who's causing the problem; and it seems that <main> is the problem.

Funny thing is I checked my browser's viewport width with window.innerWidth and document.documentElement.clientWidth, it yielded 1000px. Then I checked main's width, it was also 1000px. Shouldn't main supposed to be larger if there's an even tiny place to scroll?