Skip to content

Commit 1639ab5

Browse files
Add JSR logo to homepage
1 parent df7570a commit 1639ab5

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

src/routes/+page.svelte

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import DenoMarkCustom from '$lib/components/icons/DenoMarkCustom.svelte'
44
import DeployMark from '$lib/components/icons/DeployMark.svelte'
55
import HondoLogo from '$lib/components/icons/HondoLogo.svelte'
6+
import JsrLogo from '$lib/components/icons/JsrLogo.svelte'
67
import QuinaLogo from '$lib/components/icons/QuinaLogo.svelte'
78
89
let { data } = $props()
@@ -108,6 +109,9 @@
108109
>
109110
<HondoLogo />
110111
</a>
112+
<a href="https://jsr.io" class="icon icon--jsr" aria-label="JSR">
113+
<JsrLogo />
114+
</a>
111115
</div>
112116

113117
<div class="intro__links">
@@ -326,11 +330,11 @@
326330
align-items: center;
327331
justify-content: center;
328332
width: 100%;
329-
max-width: 24rem;
333+
max-width: 32rem;
330334
margin-block-start: var(--half-note);
331335
332-
@media (min-width: 24rem) {
333-
grid-template-columns: repeat(4, minmax(0, 1fr));
336+
@media (min-width: 32rem) {
337+
grid-template-columns: repeat(5, minmax(0, 1fr));
334338
grid-column-start: 1;
335339
grid-column: 1 / -1;
336340
grid-row: 9 / 10;
@@ -339,7 +343,7 @@
339343
@media (min-width: 96rem) {
340344
gap: var(--dotted-quarter-note);
341345
margin-block-start: var(--dotted-half-note);
342-
max-width: 30rem;
346+
max-width: 34rem;
343347
}
344348
345349
.icon {

0 commit comments

Comments
 (0)