Skip to content

Commit

Permalink
Update icon padding
Browse files Browse the repository at this point in the history
  • Loading branch information
LimMengShin committed Feb 29, 2024
1 parent ce7a0aa commit 1b06cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<p class="text-[var(--tertiary-text)] text-center md:text-left text-[1.2em] font-extralight">
{description}
</p>
<div class="row justify-center md:justify-start p-y-20px p-x-10px gap-2">
<div class="row justify-center md:justify-start p-y-20px p-r-20px gap-2">
{#each links as link}
<a
class="decoration-none"
Expand Down

0 comments on commit 1b06cc0

Please sign in to comment.