post-single: reduce image border radius

* fix badges extra round corner
This commit is contained in:
Aditya Telange 2020-09-29 12:21:38 +05:30
parent 5cf90ca81e
commit d46c0ed82d
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

View File

@ -224,7 +224,7 @@
} }
.post-content img { .post-content img {
border-radius: var(--radius); border-radius: 4px;
} }
.post-footer { .post-footer {