This commit is contained in:
@@ -76,6 +76,13 @@ a.no-underline {
|
|||||||
padding: var(--gap) calc(var(--gap) / 1.5);
|
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ß ---------- */
|
/* ---------- Kopf & Fuß ---------- */
|
||||||
header, footer {
|
header, footer {
|
||||||
background: var(--bg-alt);
|
background: var(--bg-alt);
|
||||||
|
@@ -32,6 +32,10 @@
|
|||||||
© {{ now.Year }} · Jan Bergner / B1tsBlog
|
© {{ now.Year }} · Jan Bergner / B1tsBlog
|
||||||
<hr>
|
<hr>
|
||||||
Ich verzichte auf Cookies, affiliate Links, Tracking und die Einbindung von Drittanbieter-Diensten.
|
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>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Reference in New Issue
Block a user