make padding in post content consistent in default

This commit is contained in:
2025-11-23 22:30:14 +03:00
parent 844499383c
commit e874d41fbc
4 changed files with 4 additions and 4 deletions

View File

@@ -294,7 +294,7 @@ $post_info_background: $MAIN_BG !default;
background-color: $post_info_background;
}
$post_content_padding: $BIG_PADDING $BIG_PADDING $ZERO_PADDING $BIG_PADDING !default;
$post_content_padding: $BIG_PADDING !default;
$post_content_background: $ACCENT_COLOR !default;
.post-content {
grid-area: post-content;