Here is my website: https://memsmosaics.com/#anchor
I can't work out what is making the text in the about section of my website get an underline. It happens when you hover the mouse anywhere in roughly the bottom 60% of the screen - from the bottom few cm of the black section down to the bottom of the white section.
The problem is that the content under the site header is wrapped in tag a href="#gallery-section"
:
<a href="#gallery-section">
/*content*/
</a>
The reason why this happened:
div
, with class m-container
there is not enough closing tag </div>
;a href="#gallery-section"
tag.Here is a screenshot of the problem area.