v2-Neuerstellung
Some checks failed
release-tag / release-image (push) Failing after 1m48s

This commit is contained in:
2026-05-18 11:25:31 +02:00
parent a38c883450
commit b7edfdd544
15 changed files with 836 additions and 600 deletions

View File

@@ -0,0 +1,8 @@
body { font-family: system-ui, sans-serif; margin: 0 auto; max-width: 920px; padding: 2rem; line-height: 1.6; }
header, footer { margin: 2rem 0; }
a { color: inherit; }
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1rem; }
.card { border: 1px solid #ddd; border-radius: 16px; padding: 1rem; }
.card img, .article img { max-width: 100%; border-radius: 12px; }
.meta { opacity: .7; }
.body pre { overflow: auto; padding: 1rem; background: #f5f5f5; border-radius: 12px; }