I recently created a portfolio that showcases my work through a grid of images. My intention was for each image to link to another page providing more details about the project when clicked.
However, I am encountering an issue where the anchor tags are not functioning as links and cannot be clicked.
.work {
width: 100%;
margin-top: 50px; }
To see the problem in action, you can view this JS Fiddle - http://jsfiddle.net/tomwalshx/3msa75a6/