1
0
Fork 0

fix(org): Add padding to consent form

This commit is contained in:
joostdecock 2023-11-10 17:20:09 +01:00
parent 4c13a18b77
commit 27a5b7ecd5

View file

@ -44,7 +44,7 @@ export const ConsentForm = ({ submit }) => {
}
return (
<>
<div className="px-4 lg:px-2 xl:px-0">
<h1>{t('gdpr:privacyMatters')}</h1>
<p>{t('gdpr:compliant')}</p>
<p>{t('gdpr:consentWhyAnswer')}</p>
@ -80,6 +80,6 @@ export const ConsentForm = ({ submit }) => {
FreeSewing Privacy Notice
</Link>
</p>
</>
</div>
)
}