10 lines
154 B
CSS
10 lines
154 B
CSS
|
|
/**
|
||
|
|
* Related Posts
|
||
|
|
*/
|
||
|
|
|
||
|
|
.entry-content #jp-relatedposts {
|
||
|
|
max-width: var(--responsive--aligndefault-width);
|
||
|
|
margin-left: auto;
|
||
|
|
margin-right: auto;
|
||
|
|
}
|