theme: style: make .content and .post-list look the same

This commit is contained in:
Peter Cai 2020-04-11 19:57:44 +08:00
parent f55cdf9897
commit 4cd4f72e25
No known key found for this signature in database
GPG Key ID: 71F5FB4E4F3FD54F
1 changed files with 6 additions and 0 deletions

View File

@ -267,6 +267,12 @@ h5 {
font-style: italic;
}
.content {
/* To match the look of posts on home page */
padding-top: 10px;
padding-left: 5px;
}
.post img,
.content img {
max-width: 100%;