kollapsminoriteten/wp-content/themes/blocksy/static/sass/frontend/4-components/module-title.scss

12 lines
167 B
SCSS
Raw Normal View History

2025-08-27 08:44:30 +02:00
.ct-module-title {
&:is(p, span) {
// --theme-font-size: 14px;
// --theme-font-weight: 600;
&:not(:empty) {
display: flex;
margin-bottom: 15px;
}
}
}