https://jsfiddle.net/rw2894fe/2/
I don't need to explain the issue, it's visible the second you look at it.
Red anchors seem to have "unexplained" padding on bottom and right side.
Removing it with "padding: 0; margin: 0;" doesn't affect it.
Could someone tell me how to remove that unwanted padding and make it look nicely/even? (so that people with OCD won't freak out).
P.S.: Even more visible if you remove my padding from the game: https://jsfiddle.net/rw2894fe/4/
P.S. 2: Nevermind, the solution that I found (adding font-size: 0;
to parent and font-size: X;
to child) removes all padding, including manual. Back to version 4.