diff --git a/templates/applicant/application_submit_form.html b/templates/applicant/application_submit_form.html index 2ee7f75..29413bc 100644 --- a/templates/applicant/application_submit_form.html +++ b/templates/applicant/application_submit_form.html @@ -35,6 +35,9 @@ #1e3a47 100% ); background-image: url("{% static 'image/vision.svg' %}"); + @media (max-width: 768px) { + background-image: none; + } background-repeat: no-repeat; background-position: 60px; background-size: 320px auto; @@ -58,11 +61,11 @@ .wizard-container { width: 100%; - max-width: 800px; /* Increased max-width slightly for content */ + max-width: 900px; /* Increased max-width slightly for content */ background: white; - border-radius: 20px; + overflow: hidden; - box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2); + display: flex; flex-direction: column; /* Allow height to be determined by content, constrained by max-height */ @@ -473,7 +476,7 @@ class="navbar navbar-expand-lg sticky-top" style="background-color: var(--kaauh-teal); z-index: 1030" > - JOB ID: {{job_id}} + {% trans "JOB ID" %}: {{job_id}}