blog_theme/assets/css/blog/single.css

39 lines
858 B
CSS
Raw Normal View History

.single .post-header {
2020-09-28 06:05:46 +03:00
background-color: var(--white-color);
margin-bottom: 0;
padding: 25px 30px 15px;
}
2020-09-24 05:18:34 +03:00
.single .post-title {
2020-09-28 06:05:46 +03:00
font-size: 22px;
}
2020-09-24 05:18:34 +03:00
.single .post-image-link {
2020-09-28 06:05:46 +03:00
display: block;
pointer-events: none;
}
2020-09-24 05:18:34 +03:00
.single .post-wrapper {
2020-09-28 06:05:46 +03:00
padding: 30px;
}
2020-09-24 05:18:34 +03:00
@media (max-width: 767px) {
2020-09-28 06:05:46 +03:00
.post-template .site-content > .container,
.post-template .site-content > .container .content-column {
padding-left: 0;
padding-right: 0;
}
2020-09-24 05:18:34 +03:00
2020-09-28 06:05:46 +03:00
.post-template .site-content > .container > .row {
margin-left: 0;
margin-right: 0;
}
2020-09-24 05:18:34 +03:00
2020-09-28 06:05:46 +03:00
.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;
}
}