Opera Mini ignores line-height property. You can achieve similar effect with display: inline-block; padding: 20px;. I know it's not the best way to do it but it should do the work. Eventually if it's some standalone link (like in menu), then it's best to set display: block; padding: 20px; - this way it will take all available width, what makes it easier to click:) I hope this helps.