diff --git a/base.html b/base.html index ff18613..6f480c3 100644 --- a/base.html +++ b/base.html @@ -19,7 +19,7 @@ - + {PageTitle} {GoogleAnalyticsTag} diff --git a/base.html b/base.html index ff18613..6f480c3 100644 --- a/base.html +++ b/base.html @@ -19,7 +19,7 @@ - + {PageTitle} {GoogleAnalyticsTag} diff --git a/style.css b/style.css index 9c5a6f0..2d64ca6 100644 --- a/style.css +++ b/style.css @@ -995,7 +995,7 @@ .p-keyvisual { width: 100%; height: 600px; - border-radius: 64px; + /* border-radius: 64px; */ overflow: hidden; margin-bottom: 120px } @@ -1398,16 +1398,18 @@ .p-products__thumb { width: 240px; - height: 180px; - border-radius: 24px; - overflow: hidden + /* height: 180px; */ + height: auto; + /* border-radius: 24px; */ + /* overflow: hidden */ } @media screen and (max-width: 767px) { .p-products__thumb { width:100%; - height: 56vw; - border-radius: 10vw + /* height: 56vw; */ + height: auto; + /* border-radius: 10vw */ } }