mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-13 06:34:24 -04:00
post-single: reduce image border radius
* fix badges extra round corner
This commit is contained in:
parent
5cf90ca81e
commit
d46c0ed82d
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-content img {
|
.post-content img {
|
||||||
border-radius: var(--radius);
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-footer {
|
.post-footer {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue