Below is a link followed by a span element
<a href="#" style="display:inline-block;font-size:900%">12</a>
<span display="block">ACTIVE</span>
The issue arises when the 'a' element does not have a specific height, causing overlapping. Is it possible to only adjust font size within responsive design rules?