Add padding at end of posts and pages
It looks better.
This commit is contained in:
parent
5959da4dec
commit
9dfccddf8c
@ -732,7 +732,7 @@ img.mind-post_feature-image {
|
|||||||
|
|
||||||
.mind-post_central-column {
|
.mind-post_central-column {
|
||||||
overflow: hidden; /* to hide, eg., overflowing code */
|
overflow: hidden; /* to hide, eg., overflowing code */
|
||||||
padding: 0 60px;
|
padding: 0 60px 20px;
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
background-color: rgb(40, 40, 40);
|
background-color: rgb(40, 40, 40);
|
||||||
box-shadow: 0 0 3px rgb(0, 0, 0), 0 3px 46px rgb(0, 0, 0);
|
box-shadow: 0 0 3px rgb(0, 0, 0), 0 3px 46px rgb(0, 0, 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user