diff --git a/sage_validation/file_validator/templates/upload.html b/sage_validation/file_validator/templates/upload.html index a9428905a06c54a7c936c2d18c6bcddee3c6d32a..1e5cb070832f78d244c185af3524b0c07faf5340 100644 --- a/sage_validation/file_validator/templates/upload.html +++ b/sage_validation/file_validator/templates/upload.html @@ -3,7 +3,7 @@ {% block title %}File Upload{% endblock %} {% block content %} - <div class="bg-white p-10 rounded-lg shadow-lg w-11/12 md:w-1/2 lg:w-1/3 mx-auto"> + <div class="bg-white p-10 rounded-lg shadow-lg w-11/12 md:w-3/4 lg:w-3/4 mx-auto"> <h2 class="text-2xl font-bold mb-6 text-gray-800 text-center">Upload CSV File</h2> <form id="uploadForm" enctype="multipart/form-data" class="space-y-6">