Skip to content

Commit

Permalink
Updating
Browse files Browse the repository at this point in the history
  • Loading branch information
alankrantas committed May 3, 2023
1 parent eaf81ee commit 9981b40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/utils/List.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
{/if}
{#if item.language}
{#each item.language as lang}
<span class="badge rounded-pill bg-secondary code small">{lang}</span>
<span class="badge rounded-pill bg-secondary code fs-6 small">{lang}</span>
{/each}
{/if}
</p>
Expand All @@ -41,7 +41,7 @@
{#if item.category}
<p>
{#each item.category as cat}
<span class="badge rounded-pill bg-dark opacity-75 code small">{cat}</span>
<span class="badge rounded-pill bg-dark opacity-75 code">{cat}</span>
{/each}
</p>
{/if}
Expand Down

0 comments on commit 9981b40

Please sign in to comment.