Add slight padding the blog posts.
This commit is contained in:
parent
bb5fa6a487
commit
339bd433f6
@ -97,7 +97,7 @@ body {
|
|||||||
|
|
||||||
/* A stand-alone blog post (not in a blog stream). */
|
/* A stand-alone blog post (not in a blog stream). */
|
||||||
.blog_post {
|
.blog_post {
|
||||||
padding: 1rem 0 3rem 0;
|
padding: 1rem 0.2rem 0 0.2rem;
|
||||||
background: var(--blog-post-background-color);
|
background: var(--blog-post-background-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -127,6 +127,7 @@ body {
|
|||||||
/* A blog post in a blog stream (for example, the homepage). */
|
/* A blog post in a blog stream (for example, the homepage). */
|
||||||
.blog_stream_post {
|
.blog_stream_post {
|
||||||
background: var(--stream-post-background-color);
|
background: var(--stream-post-background-color);
|
||||||
|
padding: 1rem 0.2rem 0 0.2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.blog_post_title {
|
.blog_post_title {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user