.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Captain ALM 2022-07-29 16:21:18 +01:00
parent 05e9b693bb
commit 5cce3bd0fb
Signed by: alfred
GPG Key ID: 4E4ADD02609997B1

View File

@ -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);