blog_theme/assets/css/blog/single.css
Sodbileg Gansukh e48ab604ad Lint CSS files
2020-09-24 10:18:34 +08:00

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;
}
}