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: 12px 12px 0 12px;
padding: 12px;
display: flex;
flex-direction: column;
overflow: hidden;