diff --git a/css/pages/_blog.css b/css/pages/_blog.css index c957971a..bfe60c59 100644 --- a/css/pages/_blog.css +++ b/css/pages/_blog.css @@ -186,6 +186,16 @@ a.blog-card { text-decoration: none; color: inherit; } /* Vary the placeholder heights so the wall feels playful, not uniform */ .blog-card:nth-child(3n+1) .blog-thumb { min-height: 180px; } .blog-card:nth-child(4n+2) .blog-thumb { min-height: 120px; } +/* Real cover image inside a card thumb (replaces the icon placeholder) */ +.blog-thumb--image { position: relative; padding: 0; } +.blog-thumb--image img { + position: absolute; + inset: 0; + width: 100%; + height: 100%; + object-fit: cover; + display: block; +} .blog-card-body { padding: 18px; display: flex; flex-direction: column; gap: 10px; align-items: flex-start; } .blog-card h3 { margin: 0; font-size: 18px; line-height: 1.3; color: #101828; } .blog-card p { margin: 0; font-size: 14px; line-height: 22px; color: #667085; } diff --git a/en/blog/index.html b/en/blog/index.html index 525f729c..d3d57ee2 100644 --- a/en/blog/index.html +++ b/en/blog/index.html @@ -238,7 +238,7 @@

















