mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -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 {
|
.blog-footer-tags {
|
||||||
margin-top: var(--spacing-12);
|
margin-top: var(--spacing-12);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue