Currently in the process of developing my website and encountering an issue. Check out the webpage here.
I aim to apply 3px underlines solely to the links, like so:
The line height for the text stands at 56pt, causing the border-bottom to be significantly distanced from the links. The default text-decoration: underline
appears too thin and extremely close.
To achieve a closer distance, considering negative padding is not an option, what would be the recommended approach to rectify this?