[READ-ONLY] a fast, modern browser for the npm registry

fix(ui): minor padding adjustment for readme heading (#881)

Co-authored-by: Daniel Roe <daniel@roe.dev>

authored by

Garth de Wet
Daniel Roe
and committed by
GitHub
27eba701 3185c40f

+3 -3
+1 -1
app/components/Readme.vue
··· 88 88 color: var(--fg); 89 89 @apply font-mono; 90 90 font-weight: 500; 91 - margin-top: 2rem; 91 + margin-top: 1rem; 92 92 margin-bottom: 1rem; 93 93 line-height: 1.3; 94 94
+2 -2
app/pages/package/[...package].vue
··· 1040 1040 1041 1041 <!-- README --> 1042 1042 <section id="readme" class="area-readme min-w-0 scroll-mt-20"> 1043 - <div class="flex flex-wrap items-center justify-between mb-4"> 1043 + <div class="flex flex-wrap items-center justify-between mb-3"> 1044 1044 <h2 id="readme-heading" class="group text-xs text-fg-subtle uppercase tracking-wider"> 1045 1045 <a 1046 1046 href="#readme" 1047 - class="inline-flex py-4 px-2 items-center gap-1.5 text-fg-subtle hover:text-fg-muted transition-colors duration-200 no-underline" 1047 + class="inline-flex items-center gap-1.5 text-fg-subtle hover:text-fg-muted transition-colors duration-200 no-underline" 1048 1048 > 1049 1049 {{ $t('package.readme.title') }} 1050 1050 <span