Merge pull request #21082 from overleaf/mf-blog-new-image-rounded

[web] Add border-radius to every image inside .blog-content (blog post page) and `.blog-content-preview` (blog list page)

GitOrigin-RevId: 6f805513504b1e4468862018e6f62070a8adcfe0
This commit is contained in:
M Fahru 2024-10-16 11:01:30 -07:00 committed by Copybot
parent f1859afc4b
commit 317aedd929

View file

@ -127,6 +127,13 @@
}
}
.blog-content,
.blog-content-preview {
img {
border-radius: var(--border-radius-medium);
}
}
.blog-footer-tags {
margin-top: var(--spacing-12);
}