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.
2 parents 2e70fa5 + 1ae6026 commit a438e46Copy full SHA for a438e46
src/components/Layout/HomeContent.js
@@ -49,8 +49,9 @@ function Section({children, background = null}) {
49
}
50
51
function Header({children}) {
52
+ // "lg:max-w-xl" has been removed in Japanese version
53
return (
- <h2 className="leading-xl font-display text-primary dark:text-primary-dark font-semibold text-5xl lg:text-6xl -mt-4 mb-7 w-full max-w-3xl lg:max-w-xl">
54
+ <h2 className="leading-xl font-display text-primary dark:text-primary-dark font-semibold text-5xl lg:text-6xl -mt-4 mb-7 w-full max-w-3xl">
55
{children}
56
</h2>
57
);
0 commit comments