Closed
Description
The sidebar currently has 8px padding on top and bottom for each list item, but no padding on the anchors. If we move the padding to the anchors, we'll have much larger targets which will improve usability.
It's easy to just add a rule to make this happen in the sidebar, but we should look through all the sites and find additional navigation lists, then add a class to identify them (or perhaps just always use <nav>
) and write the rule in a generic way.