tripeur преди 4 години
родител
ревизия
252008e6ac
променени са 1 файла, в които са добавени 6 реда и са изтрити 1 реда
  1. 6 1
      src/components/ManageRegistration.vue

+ 6 - 1
src/components/ManageRegistration.vue

@@ -163,11 +163,16 @@ export default defineComponent({
   justify-content: center;
   align-items: flex-start;
 }
-@media screen and (min-width: 769px) {
+@media screen and (min-width: 600px) {
   .container {
     gap: 8px;
   }
 }
+@media screen and (min-width: 1000px) {
+  .container {
+    gap: 16px;
+  }
+}
 .benevole-preview {
   padding: 12px;
   width: 400px;