File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed
apps/svelte.dev/src/routes/packages Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 8181 <!-- this is a sibling element so that we don't have links inside links -->
8282 {#if ! pkg .svAlias }
8383 <div class =" links" >
84- <span style = " display: flex; gap: 0.75rem " >
84+ <span >
8585 <a
8686 href ="https://npmjs.org/package/ {pkg .name }"
8787 target =" _blank"
178178 a {
179179 width : 1.4rem ;
180180 height : 1.4rem ;
181+
182+ @media screen and (max-width : 768px ) {
183+ width : 2.4rem ;
184+ height : 2.4rem ;
185+ }
181186 }
182187
183188 a :focus-visible {
184189 outline : 2px solid var (--sk-fg-accent );
185190 }
191+
192+ > span {
193+ display : flex ;
194+ gap : 0.75rem ;
195+ @media screen and (max-width : 768px ) {
196+ gap : 1rem ;
197+
198+ [data-icon ] {
199+ width : 2.4rem ;
200+ height : 2.4rem ;
201+ }
202+ }
203+ }
186204 }
187205
188206 a {
You can’t perform that action at this time.
0 commit comments