Remove padding on blog stream posts.

It was causing an ugly tail on blog stream posts.
This commit is contained in:
Tom Alexander 2025-02-17 22:00:33 -05:00
parent 5fd93fc648
commit 69fb91db37
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -122,7 +122,6 @@ 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;
}
.blog_post_title {