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

This commit is contained in:
Captain ALM 2022-07-26 17:52:41 +01:00
parent 2bea4cb4b3
commit 6bae274759
Signed by: alfred
GPG Key ID: 4E4ADD02609997B1
2 changed files with 7 additions and 2 deletions

View File

@ -127,7 +127,7 @@ main{
.item-table-360{ .item-table-360{
display: none; display: none;
} }
@media (min-width: 360px){ @media (min-width: 480px){
.main-table > div > div > div{ .main-table > div > div > div{
margin: 5px; margin: 5px;
} }
@ -137,7 +137,7 @@ main{
width: 360px; width: 360px;
} }
} }
@media (min-width: 570px){ @media (min-width: 600px){
.nav{ .nav{
max-height: none; max-height: none;
top: 0; top: 0;

View File

@ -78,6 +78,11 @@
</video></div> </video></div>
</div> </div>
</div> </div>
<div>
<div class="item-table-full">
<div class="padded-2px">{{ .GetContent }}</div>
</div>
</div>
</div> </div>
</div> </div>
</div> </div>