diff --git a/src/snek/static/generic-form.css b/src/snek/static/generic-form.css
index d593816..7010193 100644
--- a/src/snek/static/generic-form.css
+++ b/src/snek/static/generic-form.css
@@ -14,6 +14,7 @@
     justify-content: center;
     align-items: center;
     height: 100vh;
+    width: 100vw;
   }
 
 generic-form {
@@ -29,7 +30,6 @@ generic-form {
     background-color:  #0f0f0f;
     border-radius: 10px;
     padding: 30px;
-    width: 400px;
     box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
     text-align: center;
 
@@ -93,8 +93,7 @@ input {
 }
 
 
-@media (max-width: 500px) {
+@media (max-width: 600px) {
     .generic-form-container {
-        width: 90%;
     }
-}
\ No newline at end of file
+}