OSDN Git Service

[fix] : 細かいスタイルを修正
authorhayao <hayao@fascode.net>
Mon, 12 Jul 2021 14:03:44 +0000 (23:03 +0900)
committerhayao <hayao@fascode.net>
Mon, 12 Jul 2021 14:03:44 +0000 (23:03 +0900)
index.html

index 5227412..41cb898 100644 (file)
@@ -33,7 +33,8 @@
         .box{
             cursor: pointer;
             display: flex;
-            margin-top: 5vh;
+            /* margin-top: 5vh; */
+            padding: 3%;
         }
 
         main, header{
@@ -57,6 +58,7 @@
             /* width: 100vw; */
         }
 
+        /*
         @media screen and (max-width:999px) { 
             main, header{
                 margin: 0;
@@ -68,6 +70,7 @@
                 margin-right: 0.1vw;
             }
         }
+        */
 
 
     </style>
                     element.style.width = MaxWidth + 5 + "px";
                 })
             })
-            //console.log(MaxWidthList)
+            console.log(MaxWidthList)
 
             // 中央の空白を設定
             /*
 
         window.addEventListener("load",SetStyle);
         window.addEventListener("resize",SetStyle);
+        //window.addEventListener("resize", function(){location.reload();});
     </script>
 </head>
 <body>