mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05: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:
parent
f1859afc4b
commit
317aedd929
1 changed files with 7 additions and 0 deletions
|
@ -127,6 +127,13 @@
|
|||
}
|
||||
}
|
||||
|
||||
.blog-content,
|
||||
.blog-content-preview {
|
||||
img {
|
||||
border-radius: var(--border-radius-medium);
|
||||
}
|
||||
}
|
||||
|
||||
.blog-footer-tags {
|
||||
margin-top: var(--spacing-12);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue