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