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

This commit is contained in:
Captain ALM 2022-07-27 13:59:31 +01:00
parent 63bd03014a
commit d18064ac9b
Signed by: alfred
GPG Key ID: 4E4ADD02609997B1
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ main{
}
.menu a{
display: block;
padding: 32px 30px;
padding: 32px 18px;
}
.hmb{
cursor: pointer;

View File

@ -81,7 +81,7 @@
<div class="item-table-360">
<div>
{{ if eq .VideoLocation "" }}
<img src="{{ $.Data.NoVideoImageLocation }}" alt="No Video" width="320">
<img src="{{ $.Data.NoVideoImageLocation }}" alt="No Video" width="360">
{{ else }}
<video controls width="360">
<source src="{{ .VideoLocation }}" type="{{ .VideoContentType }}">