forked from yevi.org/Ghost_Ruby_Theme
11 lines
225 B
CSS
11 lines
225 B
CSS
.page-template .single .post-header {
|
|
padding: 25px 30px;
|
|
border-bottom: 1px solid var(--light-gray-color);
|
|
}
|
|
|
|
@media (min-width: 992px) {
|
|
.page-template .content-column {
|
|
margin-left: 16.666667%;
|
|
}
|
|
}
|