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

@@ -156,7 +156,7 @@ a:visited {
.post-content {
grid-area: post-content;
padding: 20px 20px 0 20px;
padding: 20px;
display: flex;
flex-direction: column;
overflow: hidden;

View File

@@ -156,7 +156,7 @@ a:visited {
.post-content {
grid-area: post-content;
padding: 20px 20px 0 20px;
padding: 20px;
display: flex;
flex-direction: column;
overflow: hidden;

View File

@@ -156,7 +156,7 @@ a:visited {
.post-content {
grid-area: post-content;
padding: 12px 12px 0 12px;
padding: 12px;
display: flex;
flex-direction: column;
overflow: hidden;

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;