Skip to content

Commit 5e55d0c

Browse files
committed
fix(ui): minor padding adjustment for readme heading
1 parent d8a30b4 commit 5e55d0c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/components/Readme.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ function handleClick(event: MouseEvent) {
8888
color: var(--fg);
8989
@apply font-mono;
9090
font-weight: 500;
91-
margin-top: 2rem;
91+
margin-top: 1rem;
9292
margin-bottom: 1rem;
9393
line-height: 1.3;
9494

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -970,11 +970,11 @@ defineOgImageComponent('Package', {
970970

971971
<!-- README -->
972972
<section id="readme" class="area-readme min-w-0 scroll-mt-20">
973-
<div class="flex flex-wrap items-center justify-between mb-4">
973+
<div class="flex flex-wrap items-center justify-between mb-3">
974974
<h2 id="readme-heading" class="group text-xs text-fg-subtle uppercase tracking-wider">
975975
<a
976976
href="#readme"
977-
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"
977+
class="inline-flex items-center gap-1.5 text-fg-subtle hover:text-fg-muted transition-colors duration-200 no-underline"
978978
>
979979
{{ $t('package.readme.title') }}
980980
<span

0 commit comments

Comments
 (0)