diff --git a/src/App/public/styles/home/Home.css b/src/App/public/styles/home/Home.css
index 342587e261aac5ebb6289416d10253d66dc2af08..923909d6305e280eca44ad4c194244b4dfb46e3b 100644
--- a/src/App/public/styles/home/Home.css
+++ b/src/App/public/styles/home/Home.css
@@ -4,7 +4,18 @@
     margin-left: 20px; /* Center the form */
     margin-top: 10px;
 }
-  
+
+@media screen and (max-width: 768px) {
+    #form {
+        flex-direction: column;
+    }
+
+    label, select, input {
+        width: 100%;
+        margin-right: 0;
+    }
+}
+
 label {
     font-weight: bold;
     white-space: nowrap;