diff --git a/base.css b/base.css index 3baf2d5..663ade6 100644 --- a/base.css +++ b/base.css @@ -127,16 +127,23 @@ main{ .item-table-360{ display: none; } -.item-table-span{ - position: absolute; - left: 0; -} -.item-table-dummy{ - display: table-cell; - vertical-align: top; - border-color: transparent; - background-color: transparent; - box-sizing: inherit; +.image-box{ + display: -webkit-box; + display: -moz-box; + display: -ms-flexbox; + display: -webkit-flex; + display: flex; + -webkit-box-orient: horizontal; + -moz-box-orient: horizontal; + -webkit-box-direction: normal; + -moz-box-direction: normal; + -webkit-flex-direction: row; + -ms-flex-direction: row; + flex-direction: row; + -ms-flex-wrap: wrap; + -webkit-flex-wrap: wrap; + flex-wrap: wrap; + align-items: center; } @media (min-width: 480px){ .main-table > div > div > div{ diff --git a/index.go.html b/index.go.html index ef9c5a9..ee286a1 100644 --- a/index.go.html +++ b/index.go.html @@ -78,16 +78,21 @@ -