Add padding at end of posts and pages

It looks better.
This commit is contained in:
Bea 2021-03-16 20:41:36 +01:00
parent 5959da4dec
commit 9dfccddf8c
1 changed files with 1 additions and 1 deletions

View File

@ -732,7 +732,7 @@ img.mind-post_feature-image {
.mind-post_central-column {
overflow: hidden; /* to hide, eg., overflowing code */
padding: 0 60px;
padding: 0 60px 20px;
text-align: justify;
background-color: rgb(40, 40, 40);
box-shadow: 0 0 3px rgb(0, 0, 0), 0 3px 46px rgb(0, 0, 0);