theme: style: make .content and .post-list look the same
parent
f55cdf9897
commit
4cd4f72e25
|
@ -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%;
|
||||
|
|
Loading…
Reference in New Issue