Add responsive image CSS, resize oversized images, fix aspect ratios, add lazy loading

This commit is contained in:
2026-09-12 12:27:24 +02:00
parent 4c6c10b26e
commit fe315560d9
25 changed files with 42 additions and 30 deletions
+12
View File
@@ -185,6 +185,18 @@ main > h1 {
text-underline-offset: 2px;
}
.detail-content a:hover { color: var(--text); }
.detail-content img {
display: block;
max-width: 100%;
height: auto;
margin: 1.5rem 0 0.5rem;
border-radius: 8px;
}
.detail-content .caption {
font-size: 0.85rem;
color: #666;
margin: 0 0 1.5rem;
}
.back-link {
display: inline-block;