atmosphere explorer pds.ls
tool typescript atproto

increase homepage font size

handle.invalid 9827588b 687eb3ea

verified
+5 -3
+5 -3
src/views/home.tsx
··· 29 29 accent: Accent; 30 30 }) => ( 31 31 <> 32 - <span class="flex items-center gap-1.5 text-xs sm:text-sm"> 32 + <span class="flex items-center gap-1.5 text-xs sm:text-base"> 33 33 <span class={`${props.icon} iconify shrink-0 ${accentIcon[props.accent]}`} /> 34 34 <span class="font-medium">{props.title}</span> 35 35 </span> 36 - <span class="text-xs text-neutral-500 dark:text-neutral-400">{props.description}</span> 36 + <span class="text-xs text-neutral-500 sm:text-sm dark:text-neutral-400"> 37 + {props.description} 38 + </span> 37 39 </> 38 40 ); 39 41 ··· 169 171 </div> 170 172 </div> 171 173 172 - <div class="flex justify-center gap-1.5 text-sm text-neutral-600 sm:gap-2 dark:text-neutral-300"> 174 + <div class="flex justify-center gap-1.5 text-sm text-neutral-600 sm:gap-2 sm:text-base dark:text-neutral-300"> 173 175 <FooterLink href="https://raycast.com/juliet_philippe/pdsls" color="after:text-[#FF6363]"> 174 176 <span class="iconify-color i-raycast-light block dark:hidden"></span> 175 177 <span class="iconify-color i-raycast-dark hidden dark:block"></span>