This commit is contained in:
parent
05e9b693bb
commit
5cce3bd0fb
14
base.css
14
base.css
@ -175,6 +175,9 @@ main{
|
|||||||
-webkit-flex-direction: row;
|
-webkit-flex-direction: row;
|
||||||
-ms-flex-direction: row;
|
-ms-flex-direction: row;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
-ms-flex-wrap: wrap;
|
||||||
|
-webkit-flex-wrap: wrap;
|
||||||
|
flex-wrap: wrap;
|
||||||
-webkit-justify-content: center;
|
-webkit-justify-content: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
@ -203,11 +206,6 @@ main{
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.image-box{
|
|
||||||
-ms-flex-wrap: wrap;
|
|
||||||
-webkit-flex-wrap: wrap;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
}
|
|
||||||
.image-box > a{
|
.image-box > a{
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
@ -218,9 +216,9 @@ main{
|
|||||||
margin: 10px;
|
margin: 10px;
|
||||||
}
|
}
|
||||||
.item-table > div{
|
.item-table > div{
|
||||||
-ms-flex-wrap: wrap;
|
-ms-flex-wrap: nowrap;
|
||||||
-webkit-flex-wrap: wrap;
|
-webkit-flex-wrap: nowrap;
|
||||||
flex-wrap: wrap;
|
flex-wrap: nowrap;
|
||||||
}
|
}
|
||||||
.item-table-full{
|
.item-table-full{
|
||||||
width: -webkit-calc(100% - 361px);
|
width: -webkit-calc(100% - 361px);
|
||||||
|
Loading…
Reference in New Issue
Block a user