Skip to content

Commit

Permalink
fix: apply icon margins only in paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
janfrl committed Jan 15, 2025
1 parent 33578b4 commit 66d171a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions app/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ img.default {
@apply rounded-md border border-gray-200 dark:border-gray-800;
}
.iconify {
@apply inline-block align-middle text-base leading-none mb-0.5 mr-1;
p .iconify {
@apply inline-block align-middle mb-0.5 mr-1;
}
footer p .iconify {
@apply text-base;
}
</style>

0 comments on commit 66d171a

Please sign in to comment.