File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ()
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" >
326330 align-items : center ;
327331 justify-content : center ;
328332 width : 100% ;
329- max-width : 24 rem ;
333+ max-width : 32 rem ;
330334 margin-block-start : var (--half-note );
331335
332- @media (min-width : 24 rem ) {
333- grid-template-columns : repeat (4 , minmax (0 , 1fr ));
336+ @media (min-width : 32 rem ) {
337+ grid-template-columns : repeat (5 , minmax (0 , 1fr ));
334338 grid-column-start : 1 ;
335339 grid-column : 1 / -1 ;
336340 grid-row : 9 / 10 ;
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 {
You can’t perform that action at this time.
0 commit comments