{{ t("new-assignment") }}
-
-
-
-
-
-
-
+
+
+
+
+
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+ Submit
+
@@ -210,11 +135,11 @@
flex-direction: column;
align-items: center;
justify-content: center;
- width: 70%;
+ width: 55%;
/*padding: 1%;*/
}
-.stepper-container {
+.form-container {
width: 100%;
display: flex;
flex-direction: column;
@@ -228,18 +153,21 @@
}
/* Responsive adjustments */
-@media (max-width: 650px) {
+@media (max-width: 1000px) {
.form-card {
- width: 95%;
+ width: 70%;
padding: 1%;
}
- .v-stepper-header {
- display: none; /* Hides step numbers on small screens */
- }
-
.step-container {
min-height: 300px; /* Gives enough space */
}
}
+
+/* Responsive adjustments */
+@media (max-width: 700px) {
+ .form-card {
+ width: 95%;
+ }
+}