mirror of
https://github.com/complexcaresolutions/frontend.zweitmeinu.ng.git
synced 2026-03-17 15:03:48 +00:00
fix: increase datenschutz iframe height to 5000px and remove wrapper div
This commit is contained in:
parent
ba59457100
commit
6371a2eee6
1 changed files with 8 additions and 8 deletions
|
|
@ -13,14 +13,14 @@ export default function DatenschutzPage() {
|
|||
<h1 className="text-3xl font-bold text-navy mb-8">
|
||||
Datenschutzerklärung
|
||||
</h1>
|
||||
<div className="rounded-2xl overflow-hidden border border-border">
|
||||
<iframe
|
||||
src="https://app.alfright.eu/ext/dps/alfright_schutzteam/9f315103c43245bcb0806dd56c2be757?lang=de-de&headercolor=%23131F64&headerfont=Arial&headersize=21px&subheadersize=18px&fontcolor=%23333333&textfont=Arial&textsize=14px&background=%23ffffff&linkcolor=%23337ab7"
|
||||
title="Datenschutzerklärung"
|
||||
className="w-full min-h-[800px] border-0"
|
||||
loading="lazy"
|
||||
/>
|
||||
</div>
|
||||
<iframe
|
||||
src="https://app.alfright.eu/ext/dps/alfright_schutzteam/9f315103c43245bcb0806dd56c2be757?lang=de-de&headercolor=%23131F64&headerfont=Arial&headersize=21px&subheadersize=18px&fontcolor=%23333333&textfont=Arial&textsize=14px&background=%23ffffff&linkcolor=%23337ab7"
|
||||
title="Datenschutzerklärung"
|
||||
width="100%"
|
||||
height={5000}
|
||||
style={{ border: 0 }}
|
||||
loading="lazy"
|
||||
/>
|
||||
</Container>
|
||||
</section>
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue