Skip to content

Commit da93b7c

Browse files
committed
changes
1 parent 4f5b6f5 commit da93b7c

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

src/components/Intro.svelte

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
</div>
77
</div>
88
<div>
9-
<img src="/aidan.webp" alt="aidan tomcy" class="w-40 rounded-2xl lg:w-48" />
9+
<img
10+
src="/aidan.webp"
11+
alt="aidan tomcy"
12+
class="size-40 rounded-2xl lg:size-48"
13+
/>
1014
</div>
1115
</section>

src/components/StuffIUse.svelte

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@
1111
</div>
1212
<div class="flex flex-wrap">
1313
{#each stuffIUse as tool}
14-
<img src={`/${tool}.svg`} alt={tool} class="w-10 pr-1" loading="lazy" />
14+
<img
15+
src={`/${tool}.svg`}
16+
alt={tool}
17+
class="size-10 pr-1"
18+
loading="lazy"
19+
/>
1520
{/each}
1621
</div>
1722
</section>

0 commit comments

Comments
 (0)