16 lines
220 B
SCSS
16 lines
220 B
SCSS
|
|
#main-container {
|
||
|
|
|
||
|
|
&:has(.hero-section) {
|
||
|
|
|
||
|
|
.eventkoi-title {
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.eventkoi-main {
|
||
|
|
|
||
|
|
.eventkoi-title {
|
||
|
|
max-width: min(var(--theme-block-width), var(--theme-block-max-width)) !important;
|
||
|
|
}
|
||
|
|
}
|