cl 6 年 前
コミット
37626552ae
共有1 個のファイルを変更した8 個の追加0 個の削除を含む
  1. 8 0
      src/views/About.vue

+ 8 - 0
src/views/About.vue

@@ -245,6 +245,14 @@ export default {
     margin-left: 0% !important;
     width: 103% !important;
   }
+  .imgrow{
+    flex-direction: column!important;
+  }
+  .imgrow img{
+    width: 95%!important;
+    margin: auto!important;
+    margin-bottom: 1rem!important;
+  }
   .rightcontent{
     margin-top: 1rem!important;
   }