Skip to content

Commit

Permalink
fix: Fix cursor pointer on mouse hover of expires
Browse files Browse the repository at this point in the history
  • Loading branch information
leometzger committed Mar 5, 2021
1 parent b048441 commit 942606a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,9 @@
flex-shrink: 0;
cursor: pointer;
}
.card-item__date label {
cursor: pointer;
}
@media screen and (max-width: 480px) {
.card-item__date {
font-size: 16px;
Expand Down

0 comments on commit 942606a

Please sign in to comment.