From e032fdd0e5627d91232ee7d9afc12871558fdc8a Mon Sep 17 00:00:00 2001 From: hayao Date: Mon, 12 Jul 2021 23:03:44 +0900 Subject: [PATCH] =?utf8?q?[fix]=20:=20=E7=B4=B0=E3=81=8B=E3=81=84=E3=82=B9?= =?utf8?q?=E3=82=BF=E3=82=A4=E3=83=AB=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- index.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 5227412..41cb898 100644 --- a/index.html +++ b/index.html @@ -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; } } + */ @@ -103,7 +106,7 @@ element.style.width = MaxWidth + 5 + "px"; }) }) - //console.log(MaxWidthList) + console.log(MaxWidthList) // 中央の空白を設定 /* @@ -123,6 +126,7 @@ window.addEventListener("load",SetStyle); window.addEventListener("resize",SetStyle); + //window.addEventListener("resize", function(){location.reload();}); -- 2.11.0