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

This commit is contained in:
Captain ALM 2022-07-26 15:06:26 +01:00
parent cf0e2186e5
commit 0212c870c4
Signed by: alfred
GPG Key ID: 4E4ADD02609997B1
2 changed files with 6 additions and 6 deletions

View File

@ -86,7 +86,7 @@ main{
}
.main-table > div > div{
display: table-cell;
padding: 3px 0;
margin: 3px 0;
border-style: solid;
border-width: 1px;
vertical-align: middle;
@ -113,9 +113,6 @@ main{
.item-table-half{
width: 50%;
}
.item-table-480{
width: 480px;
}
@media (min-width: 480px){
.nav{
max-height: none;
@ -134,6 +131,9 @@ main{
display: none;
}
.main-table > div > div{
padding: 5px;
margin: 5px;
}
.item-table-480{
width: 480px;
}
}

View File

@ -26,7 +26,7 @@ body{
}
.main-table{
border-color: wheat;
background-color: #1d1d1e;
background-color: #4f4f4f;
}
.main-table > div > div{
border-color: wheat;