mirror of
https://github.com/TryGhost/Ruby.git
synced 2024-10-30 04:48:33 +02:00
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;
|
|
}
|