I\'m looking to make the clickable area of links bigger than they actually are for accessibility since for the intended users it can be difficult to hit them. About 1.5x the siz
I have made an update to gotohales answer, it will work with whatever the length of the text is, then add some padding.
http://jsfiddle.net/vG7UY/2/
a { position: relative; } .biggerForMobile:before{ content:""; width:100%; height:100%; position:absolute; padding:12px; top:-10px; left:-10px; }