mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-31 21:01:33 +02:00
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:
@@ -127,6 +127,13 @@
|
||||
}
|
||||
}
|
||||
|
||||
.blog-content,
|
||||
.blog-content-preview {
|
||||
img {
|
||||
border-radius: var(--border-radius-medium);
|
||||
}
|
||||
}
|
||||
|
||||
.blog-footer-tags {
|
||||
margin-top: var(--spacing-12);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user