Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoppippi committed Aug 27, 2023
1 parent 58a33bf commit c19422c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/routes/me/Skills.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@
<dl class="list-dl mb-2">
{#each items as { icon, title, value }}
<div>
<span
class="flex h-10 w-10 items-center justify-center rounded-full bg-me-primary-200 ring-8 ring-gray-900">
<span class="flex h-10 w-10 items-center justify-center rounded-full bg-me-primary-200 ring-8 ring-gray-900">
<svelte:component this={icon} style="font-size: {1.7}vh" />
</span>
<span class="flex-auto">
Expand Down

0 comments on commit c19422c

Please sign in to comment.