fix max-width
All checks were successful
release-tag / release-image (push) Successful in 2m13s

This commit is contained in:
2025-07-28 15:15:54 +02:00
parent e12f631c4a
commit 33b2a2d966

View File

@@ -892,8 +892,13 @@ const htmlTemplate = `
{{end}} {{end}}
<hr /> <hr />
</div> </div>
<img src="/static/img/footerupper.webp" alt="footer-1" /> <style>
<img src="/static/img/footerlower.webp" alt="footer-2" /> #max {
max-width: 100%;
}
</style>
<img class="max" src="/static/img/footerupper.webp" alt="footer-1" />
<img class="max" src="/static/img/footerlower.webp" alt="footer-2" />
<script src="/static/js/bootstrap.bundle.min.js"></script> <script src="/static/js/bootstrap.bundle.min.js"></script>
<script src="/static/js/tom-select.complete.min.js"></script> <script src="/static/js/tom-select.complete.min.js"></script>