diff --git a/assets/scss/components/gdpr-iframe.scss b/assets/scss/components/gdpr-iframe.scss index 82d0784..8ce0e5f 100644 --- a/assets/scss/components/gdpr-iframe.scss +++ b/assets/scss/components/gdpr-iframe.scss @@ -13,4 +13,10 @@ background: #f2f2f2; color: var(--bs-body-color); } + + iframe { + width: 100%; + height: auto; + aspect-ratio: 16/9; + } }