Ghost_Ruby_Theme/assets/css/blog/related.css
2020-10-19 09:07:40 +08:00

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;
}