Skip to content

Commit 6acba09

Browse files
authored
fix: regression of readme heading (#1037)
1 parent f96c7b3 commit 6acba09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/pages/package/[...package].vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1120,11 +1120,11 @@ onKeyStroke(
11201120

11211121
<!-- README -->
11221122
<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">
11241124
<h2 id="readme-heading" class="group text-xs text-fg-subtle uppercase tracking-wider">
11251125
<a
11261126
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"
11281128
>
11291129
{{ $t('package.readme.title') }}
11301130
<span

0 commit comments

Comments
 (0)