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

This commit is contained in:
Captain ALM 2022-07-26 16:42:32 +01:00
parent 42a239ddd4
commit f7e19d597b
Signed by: alfred
GPG Key ID: 4E4ADD02609997B1

View File

@ -78,6 +78,7 @@ main{
} }
.main-table{ .main-table{
display: table; display: table;
width: 100%;
box-sizing: content-box; box-sizing: content-box;
} }
.main-table > div{ .main-table > div{
@ -98,6 +99,7 @@ main{
} }
.item-table{ .item-table{
display: table; display: table;
width: 100%;
box-sizing: content-box; box-sizing: content-box;
background-color: transparent; background-color: transparent;
} }
@ -118,7 +120,7 @@ main{
width: 100%; width: 100%;
} }
.item-table-half{ .item-table-half{
width: 100%; width: 50%;
} }
.item-table-240{ .item-table-240{
width: 240px; width: 240px;