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

Configure Feed

Select the types of activity you want to include in your feed.

fix: regression of readme heading (#1037)

authored by

Garth de Wet and committed by
GitHub
6acba09a f96c7b36

+2 -2
+2 -2
app/pages/package/[...package].vue
··· 1120 1120 1121 1121 <!-- README --> 1122 1122 <section id="readme" class="area-readme min-w-0 scroll-mt-20"> 1123 - <div class="flex flex-wrap items-center justify-between mb-4 px-1"> 1123 + <div class="flex flex-wrap items-center justify-between mb-3 px-1"> 1124 1124 <h2 id="readme-heading" class="group text-xs text-fg-subtle uppercase tracking-wider"> 1125 1125 <a 1126 1126 href="#readme" 1127 - 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 mt-1" 1127 + class="inline-flex items-center gap-1.5 text-fg-subtle hover:text-fg-muted transition-colors duration-200 no-underline mt-1" 1128 1128 > 1129 1129 {{ $t('package.readme.title') }} 1130 1130 <span