Skip to content

Commit

Permalink
Make main page icons more button-like
Browse files Browse the repository at this point in the history
  • Loading branch information
seanyeh committed Jan 1, 2024
1 parent 39cf920 commit 73824ab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ div.grid {
flex: 1 0 48%;
text-align: center;
margin-bottom: 10px;

user-select: none;

&:hover {
cursor: pointer;
}
}
}

Expand Down

0 comments on commit 73824ab

Please sign in to comment.