Anpassungen
All checks were successful
release-tag / release-image (push) Successful in 1m55s

This commit is contained in:
2025-05-06 15:54:10 +02:00
parent 8d77eb94e8
commit 7873cbe132
2 changed files with 11 additions and 0 deletions

View File

@@ -76,6 +76,13 @@ a.no-underline {
padding: var(--gap) calc(var(--gap) / 1.5);
}
img.footer {
max-width: 150px;
max-height: 60px; /* oder ein anderer fixer Wert, z. B. 500px */
width: auto;
height: auto;
}
/* ---------- Kopf & Fuß ---------- */
header, footer {
background: var(--bg-alt);

View File

@@ -32,6 +32,10 @@
© {{ now.Year }} · Jan Bergner / B1tsBlog
<hr>
Ich verzichte auf Cookies, affiliate Links, Tracking und die Einbindung von Drittanbieter-Diensten.
<hr>
<a class="no-underline" href="/page/welcome"><img src="/static/img/about-me.webp" alt="Über mich"></a>
<a class="no-underline" href="/page/impressum"><img src="/static/img/contact-me.webp" alt="Über mich"></a>
<a class="no-underline" href="/page/welcome"><img src="/static/img/youtube.webp" alt="Über mich"></a>
</footer>
</body>
</html>