forked from yevi.org/Ghost_Ruby_Theme
12 lines
217 B
CSS
12 lines
217 B
CSS
.related-posts .post + .post {
|
|
margin-top: 30px;
|
|
}
|
|
|
|
.related-title {
|
|
margin: 20px 0 30px;
|
|
color: var(--secondary-text-color);
|
|
font-size: 14px;
|
|
letter-spacing: 1px;
|
|
text-transform: uppercase;
|
|
}
|