Add slight padding the blog posts.
Some checks failed
format Build format has succeeded
clippy Build clippy has failed
rust-test Build rust-test has succeeded

This commit is contained in:
Tom Alexander 2025-02-17 22:16:43 -05:00
parent bb5fa6a487
commit 339bd433f6
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -97,7 +97,7 @@ body {
/* A stand-alone blog post (not in a blog stream). */
.blog_post {
padding: 1rem 0 3rem 0;
padding: 1rem 0.2rem 0 0.2rem;
background: var(--blog-post-background-color);
}
@ -127,6 +127,7 @@ body {
/* A blog post in a blog stream (for example, the homepage). */
.blog_stream_post {
background: var(--stream-post-background-color);
padding: 1rem 0.2rem 0 0.2rem;
}
.blog_post_title {