Anpassungen Layout

This commit is contained in:
2025-05-06 15:51:51 +02:00
parent 48ec782252
commit 2b1dacd50b
5 changed files with 8 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
<!--{"title": "Push-Dienst NTFY mit Prometheus und Grafana selber hosten", "date": "2025-05-04", "slug": "push-dienst-ntfy-mit-prometheus-und-grafana-selber-hosten", "cover": "/static/img/push-dienst-ntfy-mit-prometheus-und-grafana-selber-hosten.webp"}-->
<!--{"title": "Push-Dienst NTFY mit Prometheus und Grafana selber hosten", "date": "2025-03-14", "slug": "push-dienst-ntfy-mit-prometheus-und-grafana-selber-hosten", "cover": "/static/img/push-dienst-ntfy-mit-prometheus-und-grafana-selber-hosten.webp"}-->
**Ihr möchtet einen zuverlässigen Push-Dienst und das ab besten selber bereitstellen?
Ihr legt Wert darauf, einen guten Überblick über den Dienst zu haben? Dann wird euch dieser Artikel gefallen.**

BIN
static/img/about-me.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

BIN
static/img/contact-me.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

BIN
static/img/youtube.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

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);