diff --git a/src/app/candidate-contact/page.tsx b/src/app/candidate-contact/page.tsx index 3264e11..79cd398 100644 --- a/src/app/candidate-contact/page.tsx +++ b/src/app/candidate-contact/page.tsx @@ -50,7 +50,10 @@ export default function CandidateContactPage() { -
+
diff --git a/src/app/globals.css b/src/app/globals.css index 042edb2..96f73c3 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -54,8 +54,6 @@ html:lang(ar) body, width: 100%; min-height: 100vh; padding-inline: 17px; - padding-top: var(--safe-top); - padding-bottom: var(--safe-bottom); box-sizing: border-box; background-color: var(--background); background-image: var(--default-page-background-image); diff --git a/src/app/new-match/profile/page.tsx b/src/app/new-match/profile/page.tsx index 42ecf6c..75a98fd 100644 --- a/src/app/new-match/profile/page.tsx +++ b/src/app/new-match/profile/page.tsx @@ -324,7 +324,10 @@ export default function NewMatchProfilePage() {
-
+