We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f5b6f5 commit da93b7cCopy full SHA for da93b7c
src/components/Intro.svelte
@@ -6,6 +6,10 @@
6
</div>
7
8
<div>
9
- <img src="/aidan.webp" alt="aidan tomcy" class="w-40 rounded-2xl lg:w-48" />
+ <img
10
+ src="/aidan.webp"
11
+ alt="aidan tomcy"
12
+ class="size-40 rounded-2xl lg:size-48"
13
+ />
14
15
</section>
src/components/StuffIUse.svelte
@@ -11,7 +11,12 @@
<div class="flex flex-wrap">
{#each stuffIUse as tool}
- <img src={`/${tool}.svg`} alt={tool} class="w-10 pr-1" loading="lazy" />
+ src={`/${tool}.svg`}
16
+ alt={tool}
17
+ class="size-10 pr-1"
18
+ loading="lazy"
19
20
{/each}
21
22
0 commit comments