fix(org): Add padding to consent form
This commit is contained in:
parent
4c13a18b77
commit
27a5b7ecd5
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue