mirror of
https://github.com/TryGhost/Ruby.git
synced 2024-10-30 04:48:33 +02:00
11 lines
213 B
CSS
11 lines
213 B
CSS
.page-template .single .post-header {
|
|
border-bottom: 1px solid var(--light-gray-color);
|
|
padding: 25px 30px;
|
|
}
|
|
|
|
@media (min-width: 992px) {
|
|
.page-template .content-column {
|
|
margin-left: 16.666667%;
|
|
}
|
|
}
|