This commit is contained in:
parent
4a483ba864
commit
2eb58258a2
13
base.css
13
base.css
@ -163,7 +163,8 @@ main{
|
||||
display: table-row;
|
||||
background-color: transparent;
|
||||
box-sizing: inherit;
|
||||
max-width: 100%
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
}
|
||||
.flex-row, .item-table > div{
|
||||
display: -webkit-box;
|
||||
@ -183,6 +184,8 @@ main{
|
||||
flex-wrap: wrap;
|
||||
-webkit-justify-content: center;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
}
|
||||
.item-table > div > div > div{
|
||||
padding: 2px;
|
||||
@ -254,4 +257,12 @@ main{
|
||||
.hmb{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
||||
.item-table-full, .item-table-360 {
|
||||
display: block !important;
|
||||
}
|
||||
.item-table-caption{
|
||||
display: block !important;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user