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