Skip to content

Commit 8a60a9a

Browse files
committed
fix margin and padding on post content area (#50)
1 parent 4c5ad7a commit 8a60a9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

static/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ article.post > footer .tag {
146146
color: var(--gray2);
147147
}
148148
article.post > .content > .e-content {
149-
margin: 1em;
149+
margin: 1em 0;
150+
padding: 0 0.75em;
150151
}
151152
article.post > .content > .e-content > pre {
152153
overflow: auto;

0 commit comments

Comments
 (0)