We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f96c7b3 commit 6acba09Copy full SHA for 6acba09
1 file changed
app/pages/package/[...package].vue
@@ -1120,11 +1120,11 @@ onKeyStroke(
1120
1121
<!-- README -->
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">
+ <div class="flex flex-wrap items-center justify-between mb-3 px-1">
1124
<h2 id="readme-heading" class="group text-xs text-fg-subtle uppercase tracking-wider">
1125
<a
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"
+ class="inline-flex items-center gap-1.5 text-fg-subtle hover:text-fg-muted transition-colors duration-200 no-underline mt-1"
1128
>
1129
{{ $t('package.readme.title') }}
1130
<span
0 commit comments