I'm working on an HTML document with some markup,
<a class="home-link" href="index.html" rel="home">
<h1 class="site-title">John Arellano's Personal Website</h1>
</a>
While styling the site title, I encountered a problem. My cursor allows me to click on the link even in the blank space.
Is there anyone who can help me fix this using CSS only? Unfortunately, I am unable to make changes to the HTML document, so I need to find a CSS solution.
Even if I set the width to 200px, I can still click on positions beyond that limit.