Remove padding on blog stream posts.
It was causing an ugly tail on blog stream posts.
This commit is contained in:
parent
5fd93fc648
commit
69fb91db37
@ -122,7 +122,6 @@ 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;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.blog_post_title {
|
.blog_post_title {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user