瀏覽代碼

improve layout

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;