Skip to content

Commit 34e5f83

Browse files
authored
fix: 目次のリンクのスクロール位置を調整 (#197)
1 parent d19438c commit 34e5f83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/components/templates/BaseTemplate.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export const BaseTemplate: FC<BaseTemplateProps> = ({
4141
const outline = page.outline;
4242
const translationStatus = getTranslationStatus(route);
4343
return (
44-
<html lang="ja">
44+
<html lang="ja" class="scroll-pt-24">
4545
<head>
4646
<meta charSet="utf-8" />
4747
<title>{title} – Typstドキュメント日本語版</title>

0 commit comments

Comments
 (0)