kollapsminoriteten/wp-content/themes/blocksy/static/sass/frontend/6-layout/modules-structure.scss

26 lines
493 B
SCSS
Raw Normal View History

2025-12-12 13:14:39 +01:00
@use "../1-helpers/functions";
2025-08-27 08:44:30 +02:00
article > .ct-comments,
article > .ct-related-posts {
margin-top: 60px;
padding-top: 50px;
border-top: 1px solid var(--theme-border-color);
}
// separated comments
.ct-comments-container > div {
2025-12-12 13:14:39 +01:00
@include functions.media-breakpoint-down(sm) {
2025-08-27 08:44:30 +02:00
padding-top: 40px;
padding-bottom: 60px;
}
2025-12-12 13:14:39 +01:00
@include functions.media-breakpoint-up(md) {
2025-08-27 08:44:30 +02:00
padding-top: 60px;
padding-bottom: 100px;
}
}
// content blocks
[data-block-structure="custom"] {
width: 100%;
}