Closed davidtcalabrese closed 2 years ago
because of the tag links within the card I can't make the whole card div minus the author image the stretched link. I was able to add a div at the same level as tags div and made that one the target of the stretched link so now the user has more real estate they can click on in order to view post.
Currently
.stretched-link
class doesn't work because it will make the author picture link inaccessible. I think if I set the containing div within the card body toposition: relative
and add the.stretched-link
class to the "Read more" link it will make everything else in the card other than the author photo and clickable link.