In a single link ahref link, how to control spacing between this wrapped link in mobile mode?
You can use CSS line-height
property to specify the height of a line.
To reduce gap give values < 1 or 100%
To increase gap give values > 1 or 100%
Given number would be multiplied with the current line height of the text.