From 69fb91db370219284977eda5663d75850aed34e4 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Mon, 17 Feb 2025 22:00:33 -0500 Subject: [PATCH] Remove padding on blog stream posts. It was causing an ugly tail on blog stream posts. --- default_environment/stylesheet/main.css | 1 - 1 file changed, 1 deletion(-) diff --git a/default_environment/stylesheet/main.css b/default_environment/stylesheet/main.css index 00f51d2..a37f188 100644 --- a/default_environment/stylesheet/main.css +++ b/default_environment/stylesheet/main.css @@ -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 {