1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-05-29 22:37:44 +02:00

fix: usage of correct heading levels and html tags

This commit is contained in:
2024-05-16 09:56:19 +02:00
parent 66cf6d7438
commit bbb2e56512
11 changed files with 79 additions and 81 deletions

View File

@ -57,8 +57,8 @@ export const Section = (props: SectionProps): JSX.Element => {
</p>
) : null}
<div className="w-full px-3">
<ShadowContainer>
<div className="w-full px-16 py-4 leading-8">{children}</div>
<ShadowContainer className="w-full px-2 py-4 leading-8 sm:px-16">
{children}
</ShadowContainer>
</div>
</section>