mirror of
https://github.com/TryGhost/Ruby.git
synced 2024-10-30 04:48:33 +02:00
39 lines
804 B
CSS
39 lines
804 B
CSS
.single .post-header {
|
|
background-color: var(--white-color);
|
|
margin-bottom: 0;
|
|
padding: 25px 30px 15px;
|
|
}
|
|
|
|
.single .post-title {
|
|
font-size: 22px;
|
|
}
|
|
|
|
.single .post-image-link {
|
|
display: block;
|
|
pointer-events: none;
|
|
}
|
|
|
|
.single .post-wrapper {
|
|
padding: 30px;
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
.post-template .site-content > .container,
|
|
.post-template .site-content > .container .content-column {
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
}
|
|
|
|
.post-template .site-content > .container > .row {
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
}
|
|
|
|
.post-template .site-content > .container .post,
|
|
.post-template .site-content > .container .author,
|
|
.post-template .site-content > .container .navigation-item,
|
|
.post-template .site-content > .container .comment {
|
|
border-radius: 0;
|
|
}
|
|
}
|