diff --git a/src/app/candidate-contact/page.tsx b/src/app/candidate-contact/page.tsx index 1f4ea78..3264e11 100644 --- a/src/app/candidate-contact/page.tsx +++ b/src/app/candidate-contact/page.tsx @@ -50,7 +50,7 @@ export default function CandidateContactPage() { -
+
diff --git a/src/app/globals.css b/src/app/globals.css index 045037e..61a1716 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -47,7 +47,7 @@ html:lang(ar) body, } .app-shell { - width: min(100%, 375px); + width: 100%; min-height: 100vh; padding-inline: 17px; box-sizing: border-box; @@ -58,6 +58,12 @@ html:lang(ar) body, background-size: cover; } +@media (min-width: 640px) { + .app-shell { + width: 375px; + } +} + body[data-page-background="none"] .app-shell { background-image: none; } diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 4ac88b7..278017b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -143,54 +143,11 @@ export default function RootLayout({ `, }} /> -