Make the cards links

This commit is contained in:
Joseph Hutchinson
2018-03-19 16:12:38 -04:00
parent df668bdb61
commit b044666b75
2 changed files with 4 additions and 1 deletions

View File

@@ -54,6 +54,9 @@ img {
grid-gap: 30px;
justify-content: center;
}
.card-link-wrapper {
display: block;
}
.card {
background-color: white;
padding: 15px;