We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d19438c commit 34e5f83Copy full SHA for 34e5f83
website/src/components/templates/BaseTemplate.tsx
@@ -41,7 +41,7 @@ export const BaseTemplate: FC<BaseTemplateProps> = ({
41
const outline = page.outline;
42
const translationStatus = getTranslationStatus(route);
43
return (
44
- <html lang="ja">
+ <html lang="ja" class="scroll-pt-24">
45
<head>
46
<meta charSet="utf-8" />
47
<title>{title} – Typstドキュメント日本語版</title>
0 commit comments