why in home page the heading link is clickable from rightmost container?
for example right now home page's first heading is "Codeforces Round #251" on left side, when my cursor is rightmost side[so far to heading], the cursor is clickable, means when i click on rightmost position, it makes some request.
Simply because developers inserted block element
p
into inline elementa
, if you are interested in details — see picture below :)Of course it is a thing which usually should not be done, but I do not think it is a horrible problem which require immediate actions from admins.