Skip to content

Commit

Permalink
reduce line height on admin dashboard items
Browse files Browse the repository at this point in the history
  • Loading branch information
darrylhein committed Nov 7, 2024
1 parent 04e3ded commit 5febfc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/css/admin/_dashboard.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.dashboard-link {
@apply block w-40 h-40 mr-4 mb-4 p-2 text-center border border-gray-300 transition-colors duration-150 ease-in-out;
@apply block w-40 h-40 mr-4 mb-4 p-2 text-center leading-none border border-gray-300 transition-colors duration-150 ease-in-out;
&:hover, &:active {
@apply bg-gray-200 no-underline;
}
Expand Down

0 comments on commit 5febfc4

Please sign in to comment.