When a link points to an anchor within a page (like this ) the page opens with the target right at the top of the window which can make it a bit hard to follow.

A simple way to improve it is to add the following style

[id] {
	scroll-margin-top: 1.75ex;
}

I use 1.75ex as that makes the line immediately above the target not fully visible so the eye goes to the first complete line. Using 2ex makes the line above complete, which I still find confusing.