diff --git a/public/assets/js/main.js b/public/assets/js/main.js
new file mode 100644
index 0000000..8bf4245
--- /dev/null
+++ b/public/assets/js/main.js
@@ -0,0 +1,11 @@
+document.addEventListener('DOMContentLoaded', function() {
+ const isIframe = window.self !== window.top;
+
+ if (isIframe) {
+ const mainHeader = document.querySelector('.main-header');
+ const mainFooter = document.querySelector('.main-footer');
+
+ mainHeader?.remove();
+ mainFooter?.remove();
+ }
+});
\ No newline at end of file
diff --git a/public/assets/styles/style.css b/public/assets/styles/style.css
index 8f51a5a..dde04ad 100644
--- a/public/assets/styles/style.css
+++ b/public/assets/styles/style.css
@@ -626,10 +626,6 @@ video {
margin-bottom: 0.5rem;
}
-.mb-3 {
- margin-bottom: 0.75rem;
-}
-
.mb-4 {
margin-bottom: 1rem;
}
@@ -726,10 +722,6 @@ video {
max-width: 32rem;
}
-.max-w-md {
- max-width: 28rem;
-}
-
.appearance-none {
-webkit-appearance: none;
-moz-appearance: none;
@@ -887,6 +879,14 @@ video {
padding-bottom: 2rem;
}
+.pb-20 {
+ padding-bottom: 5rem;
+}
+
+.pt-8 {
+ padding-top: 2rem;
+}
+
.text-left {
text-align: left;
}
diff --git a/src/common/footer.ejs b/src/common/footer.ejs
index a1d2604..aa61755 100644
--- a/src/common/footer.ejs
+++ b/src/common/footer.ejs
@@ -4,13 +4,5 @@
Download the PSAT extension
About Privacy Sandbox
-