Current path: home/webdevt/www/demo2/wp-content/themes/blocksy/static/sass/frontend/5-modules/page-title/
?? Go up: /home/webdevt/www/demo2/wp-content/themes/blocksy/static/sass/frontend/5-modules
@import 'type-1';
@import 'type-2';
.entry-header {
> *:not(:first-child) {
margin-top: var(--itemSpacing, 20px);
}
.page-title {
margin-bottom: 0;
}
// .entry-meta {
// color: var(--theme-text-color);
// --theme-link-initial-color: var(--theme-text-color);
// }
.page-description {
color: var(--theme-text-color);
> *:last-child {
margin-bottom: 0;
}
}
}